Passed
Push — modular-container ( c3741a...e73253 )
by Alexander
05:47 queued 03:06
created
src/ModuleRootContainer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -180,7 +180,7 @@
 block discarded – undo
180 180
     {
181 181
         return array_filter(
182 182
             $module['definitions'] ?? [],
183
-            fn (string $id) => $this->getNamespaceMatch($id, $namespace) === 0,
183
+            fn(string $id) => $this->getNamespaceMatch($id, $namespace) === 0,
184 184
             ARRAY_FILTER_USE_KEY
185 185
         );
186 186
     }
Please login to merge, or discard this patch.