@@ -33,7 +33,7 @@ discard block |
||
33 | 33 | * |
34 | 34 | * @param null|string $t Return class type hint (for PHPStorm, see .phpstorm.meta.php in the package's root) |
35 | 35 | * |
36 | - * @return callable |
|
36 | + * @return LazyObjectProxy |
|
37 | 37 | */ |
38 | 38 | function x($t = null) |
39 | 39 | { |
@@ -58,7 +58,7 @@ discard block |
||
58 | 58 | * |
59 | 59 | * @param mixed $object |
60 | 60 | * |
61 | - * @return callable |
|
61 | + * @return LazyObjectProxy |
|
62 | 62 | */ |
63 | 63 | function lazy($object) |
64 | 64 | { |