Completed
Push — master ( d45bdd...1439d8 )
by Benjamin
04:02
created
src/AbstractTypo3Task.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@  discard block
 block discarded – undo
53 53
     /**
54 54
      * getContextCommand
55 55
      *
56
-     * @param $cmd
56
+     * @param string $cmd
57 57
      * @param array $options
58 58
      * @return string
59 59
      */
@@ -89,7 +89,7 @@  discard block
 block discarded – undo
89 89
     /**
90 90
      * executeCommand
91 91
      *
92
-     * @param $command
92
+     * @param string $command
93 93
      * @return bool
94 94
      */
95 95
     protected function executeCommand($command): bool
Please login to merge, or discard this patch.