Completed
Push — develop ( a2b494...664288 )
by Tom
12:01
created
src/N98/Magento/Command/Installer/SubCommand/DownloadMagento.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
             throw new RuntimeException('A magento installation already exists in this folder');
41 41
         }
42 42
 
43
-        $args = new ProcessArguments(array($this->config['composer_bin'], 'create-project', ));
43
+        $args = new ProcessArguments(array($this->config['composer_bin'], 'create-project',));
44 44
         $args
45 45
             // Add composer options
46 46
             ->addArgs($package['options'])
Please login to merge, or discard this patch.