@@ -26,7 +26,7 @@ |
||
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 { |