Completed
Branch master (f79551)
by Rafael
04:16
created
src/Console/Command/Import.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,6 +30,9 @@  discard block
 block discarded – undo
30 30
         }
31 31
     }
32 32
 
33
+    /**
34
+     * @param string $command
35
+     */
33 36
     public function generateArgv($command)
34 37
     {
35 38
         return array_merge(['parking'], explode(' ', $command));
@@ -38,7 +41,7 @@  discard block
 block discarded – undo
38 41
     /**
39 42
      *
40 43
      * @param $input
41
-     * @return array
44
+     * @return string[]
42 45
      */
43 46
     protected function parse($input)
44 47
     {
Please login to merge, or discard this patch.