Completed
Push — master ( 2295a6...5db699 )
by Allan
21s queued 11s
created
src/Package/ConfigAnalyser.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -26,8 +26,8 @@
 block discarded – undo
26 26
     {
27 27
         return (bool)array_filter(
28 28
             $this->namespacesExtractor->getConfig($package, ''),
29
-            function ($item) use ($namespace) {
30
-                return $item && ( strpos($namespace, rtrim($item, '\\')) === 0 );
29
+            function($item) use ($namespace) {
30
+                return $item && (strpos($namespace, rtrim($item, '\\')) === 0);
31 31
             }
32 32
         );
33 33
     }
Please login to merge, or discard this patch.