@@ -131,7 +131,7 @@ |
||
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 | } |