Completed
Pull Request — master (#684)
by
unknown
03:48
created
src/Commands/TestCommand.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -67,11 +67,11 @@
 block discarded – undo
67 67
 
68 68
         foreach ($modules as $module) {
69 69
 	        $directory = $module->getPath().DIRECTORY_SEPARATOR.$testPath;
70
-	        if (! file_exists($directory)) {
70
+	        if (!file_exists($directory)) {
71 71
 	        	continue;
72 72
 	        }
73 73
 
74
-	        if (! File::glob($directory.DIRECTORY_SEPARATOR.'*.php')) {
74
+	        if (!File::glob($directory.DIRECTORY_SEPARATOR.'*.php')) {
75 75
 	        	continue;
76 76
 	        }
77 77
 
Please login to merge, or discard this patch.