@@ -40,7 +40,7 @@ |
||
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']) |