Passed
Push — main ( 438344...ee0fb9 )
by Thomas
02:54
created
src/Registry.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -180,8 +180,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.