Passed
Push — main ( 4ecd3e...15b7a1 )
by Thomas
13:49
created
src/Registry.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
             return $keys;
57 57
         }
58 58
 
59
-        return array_values(array_filter($keys, function ($item) {
59
+        return array_values(array_filter($keys, function($item) {
60 60
             return $item !== PsrContainer::class && !is_subclass_of($item, PsrContainer::class);
61 61
         }));
62 62
     }
Please login to merge, or discard this patch.