@@ -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 | */ |
@@ -16,7 +16,6 @@ |
||
16 | 16 | |
17 | 17 | use Phossa2\Di\Container; |
18 | 18 | use Phossa2\Di\Exception\LogicException; |
19 | -use Phossa2\Di\Message\Message; |
|
20 | 19 | |
21 | 20 | /** |
22 | 21 | * FactoryTrait |