Passed
Pull Request — master (#290)
by Dmitriy
03:01
created
src/Factory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
     {
27 27
         $this->container = $container;
28 28
 
29
-        if($definitions === null) {
29
+        if ($definitions === null) {
30 30
             $this->definitions = new DefinitionStorage();
31 31
             $this->definitions->setDelegateContainer($container);
32 32
         } else {
Please login to merge, or discard this patch.