Completed
Push — master ( 61406b...1dbe37 )
by Ruud
11:21
created
src/Kunstmaan/GeneratorBundle/Command/InstallCommand.php 1 patch
Doc Comments   +8 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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(
Please login to merge, or discard this patch.