@@ -101,7 +101,7 @@ discard block |
||
| 101 | 101 | * |
| 102 | 102 | * @param \ReflectionParameter[] $reflectionParameters |
| 103 | 103 | * @param array $providedArguments |
| 104 | - * @return array the resolved arguments |
|
| 104 | + * @return callable|null the resolved arguments |
|
| 105 | 105 | * @throws LogicException |
| 106 | 106 | * @access protected |
| 107 | 107 | */ |
@@ -223,7 +223,7 @@ discard block |
||
| 223 | 223 | /** |
| 224 | 224 | * Is $var a non-closure object with '__invoke()' defined ? |
| 225 | 225 | * |
| 226 | - * @param mixed $var |
|
| 226 | + * @param callable $var |
|
| 227 | 227 | * @return bool |
| 228 | 228 | * @access protected |
| 229 | 229 | */ |
@@ -239,7 +239,7 @@ discard block |
||
| 239 | 239 | * |
| 240 | 240 | * @param mixed $object |
| 241 | 241 | * @param mixed $method |
| 242 | - * @return bool |
|
| 242 | + * @return callable |
|
| 243 | 243 | * @access protected |
| 244 | 244 | */ |
| 245 | 245 | protected function getObjectMethod($object, $method)/*# : bool */ |