| @@ -104,7 +104,7 @@ | ||
| 104 | 104 | */ | 
| 105 | 105 | public function setPrompt($prompt) | 
| 106 | 106 |      { | 
| 107 | - $this->prompt = $prompt; | |
| 107 | + $this->prompt = $prompt; | |
| 108 | 108 | } | 
| 109 | 109 | |
| 110 | 110 | /** | 
| @@ -67,7 +67,7 @@ | ||
| 67 | 67 | $output, | 
| 68 | 68 | $appDirWriter, | 
| 69 | 69 | $relativePath, | 
| 70 | -                ucfirst($input->getArgument('package')) . ' '. $input->getArgument('name') | |
| 70 | +                ucfirst($input->getArgument('package')) . ' ' . $input->getArgument('name') | |
| 71 | 71 | ); | 
| 72 | 72 | } | 
| 73 | 73 | |
| @@ -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']) | 
| @@ -40,7 +40,7 @@ | ||
| 40 | 40 | 'thread_cache_size' => '', | 
| 41 | 41 | 'tmp_table_size' => array( | 
| 42 | 42 | 'desc' => '', // @todo add description everywhere | 
| 43 | - 'opt' => '', // @todo calculate somehow the optimal values depending on the MySQL server environment | |
| 43 | + 'opt' => '', // @todo calculate somehow the optimal values depending on the MySQL server environment | |
| 44 | 44 | ), | 
| 45 | 45 | ); | 
| 46 | 46 | |