Passed
Push — main ( 793036...728691 )
by Thomas
12:59
created
src/Registry.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
             return $keys;
50 50
         }
51 51
 
52
-        return array_values(array_filter($keys, function ($item) {
52
+        return array_values(array_filter($keys, function($item) {
53 53
             return $item !== PsrContainer::class && !is_subclass_of($item, PsrContainer::class);
54 54
         }));
55 55
     }
Please login to merge, or discard this patch.