Completed
Push — 5.4 ( c9ebce...6a4ecc )
by Jeroen
05:53 queued 11s
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
     {
@@ -64,6 +64,10 @@  discard block
 block discarded – undo
64 64
             );
65 65
     }
66 66
 
67
+    /**
68
+     * @param InputInterface $input
69
+     * @param OutputInterface $output
70
+     */
67 71
     private function initAssistant($input, $output)
68 72
     {
69 73
         if (is_null($this->assistant)) {
@@ -171,6 +175,9 @@  discard block
 block discarded – undo
171 175
         return 0;
172 176
     }
173 177
 
178
+    /**
179
+     * @param string $command
180
+     */
174 181
     protected function executeCommand(OutputInterface $output, $command, array $options = [], $separateProcess = false)
175 182
     {
176 183
         $options = array_merge(['--no-debug' => true], $options);
Please login to merge, or discard this patch.