We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0329e4a commit f8ea228Copy full SHA for f8ea228
src/Contracts/Metable.php
@@ -4,7 +4,7 @@
4
5
interface Metable
6
{
7
- public static function hook($method, $hook);
+ public static function hook($method, Closure $hook);
8
public function getAttribute($key);
9
public function setAttribute($key, $value);
10
public function getMetaAttributes();
0 commit comments