Passed
Push — develop ( 27cf81...629941 )
by Andrew
11:12
created
src/helpers/ClassMapGenerator.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@  discard block
 block discarded – undo
25 25
      */
26 26
     public static function dump($dirs, $file)
27 27
     {
28
-        $dirs = (array)$dirs;
28
+        $dirs = (array) $dirs;
29 29
         $maps = [];
30 30
         foreach ($dirs as $dir) {
31 31
             $maps = array_merge($maps, static::createMap($dir));
@@ -132,7 +132,7 @@  discard block
 block discarded – undo
132 132
                             break;
133 133
                         }
134 134
                     }
135
-                    $classes[] = ltrim($namespace . $class, '\\');
135
+                    $classes[] = ltrim($namespace.$class, '\\');
136 136
                     break;
137 137
                 default:
138 138
                     break;
Please login to merge, or discard this patch.