@@ -99,7 +99,7 @@ discard block |
||
99 | 99 | * |
100 | 100 | * @param \ReflectionParameter[] $reflectionParameters |
101 | 101 | * @param array $providedArguments |
102 | - * @return array the resolved arguments |
|
102 | + * @return callable|null the resolved arguments |
|
103 | 103 | * @throws LogicException |
104 | 104 | * @access protected |
105 | 105 | */ |
@@ -194,7 +194,7 @@ discard block |
||
194 | 194 | /** |
195 | 195 | * Is $var an object with '__invoke()' defined ? |
196 | 196 | * |
197 | - * @param mixed $var |
|
197 | + * @param callable $var |
|
198 | 198 | * @return bool |
199 | 199 | * @access protected |
200 | 200 | */ |