Passed
Pull Request — master (#240)
by Dmitriy
02:26
created
src/DefinitionStorage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -131,7 +131,7 @@
 block discarded – undo
131 131
                 }
132 132
 
133 133
                 /** @psalm-suppress RedundantPropertyInitializationCheck */
134
-                if (!($this->has($typeName) || (isset($this->delegateContainer) ? $this->delegateContainer->has($typeName): false))) {
134
+                if (!($this->has($typeName) || (isset($this->delegateContainer) ? $this->delegateContainer->has($typeName) : false))) {
135 135
                     $isResolvable = false;
136 136
                     break;
137 137
                 }
Please login to merge, or discard this patch.