Completed
Push — master ( dde429...22637e )
by Andrii
20:00
created
src/goals/DefaultGoal.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -117,6 +117,9 @@
 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) {
Please login to merge, or discard this patch.