@@ -78,6 +78,9 @@ |
||
| 78 | 78 | }); |
| 79 | 79 | } |
| 80 | 80 | |
| 81 | + /** |
|
| 82 | + * @param string $method |
|
| 83 | + */ |
|
| 81 | 84 | public function __call($method, $methodArguments) |
| 82 | 85 | { |
| 83 | 86 | return new static(function (...$arguments) use ($method, $methodArguments) { |
@@ -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 | { |