@@ -180,8 +180,7 @@ |
||
180 | 180 | // If $paramName is emtpy an existing unbound entry should |
181 | 181 | // be found on first try. |
182 | 182 | return isset($this->entries[$id . $paramName]) ? |
183 | - $this->resolveEntry($this->entries[$id . $paramName]) : |
|
184 | - $this->get($id); |
|
183 | + $this->resolveEntry($this->entries[$id . $paramName]) : $this->get($id); |
|
185 | 184 | } |
186 | 185 | |
187 | 186 | public function resolveParam(ReflectionParameter $param): mixed |