@@ -27,8 +27,7 @@ |
||
27 | 27 | } |
28 | 28 | |
29 | 29 | /** |
30 | - * @param mixed $value |
|
31 | - * @return bool |
|
30 | + * @return boolean|null |
|
32 | 31 | */ |
33 | 32 | public function add(Factory $definitionFactory) |
34 | 33 | { |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Isolate\Framework\LazyObjects\Definition\Factory; |
6 | 6 | use Isolate\LazyObjects\Proxy\Definition; |
7 | -use Traversable; |
|
8 | 7 | |
9 | 8 | class DefinitionCollection implements \IteratorAggregate |
10 | 9 | { |