Test Failed
Push — main ( aa3274...cdf2b9 )
by Thomas
15:04 queued 12:33
created
src/Registry.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
             return $keys;
61 61
         }
62 62
 
63
-        return array_values(array_filter($keys, function ($item) {
63
+        return array_values(array_filter($keys, function($item) {
64 64
             return $item !== Container::class && !is_subclass_of($item, Container::class);
65 65
         }));
66 66
     }
Please login to merge, or discard this patch.