Passed
Push — master ( 25a8ca...66dd56 )
by Ferry
02:55
created
src/commands/MigrationData.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
         $composer_path = '';
83 83
         if (file_exists(getcwd().'/composer.phar')) {
84 84
             $composer_path = '"'.PHP_BINARY.'" '.getcwd().'/composer.phar';
85
-        }else{
85
+        } else{
86 86
             $composer_path = 'composer';
87 87
         }
88 88
 
Please login to merge, or discard this patch.