Completed
Pull Request — master (#164)
by Paul
08:29
created
src/ServiceManager/Factory/ModuleDefaultListenerFactory.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -49,9 +49,9 @@
 block discarded – undo
49 49
          */
50 50
         if (!isset($config['module_paths'])) {
51 51
             $paths = array();
52
-            $cwd   = getcwd() . '/';
52
+            $cwd   = getcwd().'/';
53 53
             foreach (array('modules', 'vendor') as $dir) {
54
-                if (is_dir($dir = $cwd . $dir)) {
54
+                if (is_dir($dir = $cwd.$dir)) {
55 55
                     $paths[] = $dir;
56 56
                 }
57 57
             }
Please login to merge, or discard this patch.