Passed
Pull Request — master (#240)
by Dmitriy
02:29
created
src/DefinitionStorage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -125,7 +125,7 @@
 block discarded – undo
125 125
                     ));
126 126
                 }
127 127
 
128
-                if (!($this->hasDefinition($typeName) || (isset($this->delegateContainer) ? $this->delegateContainer->has($typeName): false))) {
128
+                if (!($this->hasDefinition($typeName) || (isset($this->delegateContainer) ? $this->delegateContainer->has($typeName) : false))) {
129 129
                     $isResolvable = false;
130 130
                     break;
131 131
                 }
Please login to merge, or discard this patch.