@@ -134,8 +134,8 @@ |
||
134 | 134 | } |
135 | 135 | |
136 | 136 | /** |
137 | - * @return mixed|object |
|
138 | - */ |
|
137 | + * @return mixed|object |
|
138 | + */ |
|
139 | 139 | public function getDefinition(string $id) |
140 | 140 | { |
141 | 141 | return $this->definitions[$id]; |
@@ -125,7 +125,7 @@ |
||
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 | } |