@@ -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 | */ |
@@ -96,7 +96,6 @@ |
||
96 | 96 | * Set up a parameter, later can be used as ${parameter} |
97 | 97 | * |
98 | 98 | * @param string $name |
99 | - * @param mixed $to |
|
100 | 99 | * @return $this |
101 | 100 | * @access public |
102 | 101 | * @api |