| @@ -230,6 +230,7 @@ | ||
| 230 | 230 | |
| 231 | 231 | /** | 
| 232 | 232 |       * {@inheritDoc} | 
| 233 | + * @param callable $toResolve | |
| 233 | 234 | */ | 
| 234 | 235 | public function resolve(&$toResolve) | 
| 235 | 236 |      { | 
| @@ -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 | */ |