Completed
Push — master ( 8c4f60...d89c6d )
by Norbert
05:56
created
src/Isolate/Framework/LazyObjects/DefinitionCollection.php 2 patches
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -27,8 +27,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.