@@ -148,8 +148,8 @@ |
||
| 148 | 148 | } |
| 149 | 149 | |
| 150 | 150 | /** |
| 151 | - * @return mixed|object |
|
| 152 | - */ |
|
| 151 | + * @return mixed|object |
|
| 152 | + */ |
|
| 153 | 153 | public function get(string $id) |
| 154 | 154 | { |
| 155 | 155 | return $this->definitions[$id]; |
@@ -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 | } |