Completed
Push — master ( 8aa8da...bc3591 )
by Ruud
19:27 queued 08:08
created
src/Kunstmaan/GeneratorBundle/Command/InstallCommand.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@  discard block
 block discarded – undo
31 31
     private $projectDir;
32 32
 
33 33
     /**
34
-     * @param string $rootDir
34
+     * @param string $projectDir
35 35
      */
36 36
     public function __construct(string $projectDir)
37 37
     {
@@ -137,6 +137,9 @@  discard block
 block discarded – undo
137 137
         }
138 138
     }
139 139
 
140
+    /**
141
+     * @param string $command
142
+     */
140 143
     protected function executeCommand(OutputInterface $output, $command, array $options = [])
141 144
     {
142 145
         $options = array_merge(
Please login to merge, or discard this patch.