Completed
Push — master ( 4ba2dd...3983ed )
by Andrii
02:47
created
src/goals/DefaultGoal.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -117,6 +117,9 @@  discard block
 block discarded – undo
117 117
         return $result;
118 118
     }
119 119
 
120
+    /**
121
+     * @param string $actions
122
+     */
120 123
     public function runActions($actions)
121 124
     {
122 125
         foreach (Helper::ksplit($actions) as $action) {
@@ -141,7 +144,7 @@  discard block
 block discarded – undo
141 144
 
142 145
     /**
143 146
      * Prepares given command arguments.
144
-     * @param string|array $args
147
+     * @param string $args
145 148
      * @return string
146 149
      */
147 150
     public function prepareCommand($args = '')
Please login to merge, or discard this patch.