@@ -17,7 +17,7 @@ |
||
| 17 | 17 | private $overwriteLiipImagine; |
| 18 | 18 | |
| 19 | 19 | /** |
| 20 | - * @param string $rootDir |
|
| 20 | + * @param string $projectDir |
|
| 21 | 21 | */ |
| 22 | 22 | public function __construct(string $projectDir) |
| 23 | 23 | { |
@@ -36,7 +36,7 @@ discard block |
||
| 36 | 36 | private $shouldStop = false; |
| 37 | 37 | |
| 38 | 38 | /** |
| 39 | - * @param string $rootDir |
|
| 39 | + * @param string $projectDir |
|
| 40 | 40 | */ |
| 41 | 41 | public function __construct(string $projectDir) |
| 42 | 42 | { |
@@ -63,6 +63,10 @@ discard block |
||
| 63 | 63 | ); |
| 64 | 64 | } |
| 65 | 65 | |
| 66 | + /** |
|
| 67 | + * @param InputInterface $input |
|
| 68 | + * @param OutputInterface $output |
|
| 69 | + */ |
|
| 66 | 70 | private function initAssistant($input, $output) |
| 67 | 71 | { |
| 68 | 72 | if (is_null($this->assistant)) { |
@@ -161,6 +165,9 @@ discard block |
||
| 161 | 165 | $this->assistant->writeSection('PRO TIP: If you like to use the default frontend setup, run the buildUI.sh script or run the commands separate to compile the frontend assets. ', 'bg=blue;fg=white'); |
| 162 | 166 | } |
| 163 | 167 | |
| 168 | + /** |
|
| 169 | + * @param string $command |
|
| 170 | + */ |
|
| 164 | 171 | protected function executeCommand(OutputInterface $output, $command, array $options = []) |
| 165 | 172 | { |
| 166 | 173 | $options = array_merge( |