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.
src/goals/StartGoal.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
     {
60 60
         $configDir = '.hidev';
61 61
         if (!$isInit) {
62
-            for ($i = 0;$i < 9;++$i) {
62
+            for ($i = 0; $i < 9; ++$i) {
63 63
                 if (is_dir($configDir)) {
64 64
                     return getcwd();
65 65
                 }
Please login to merge, or discard this patch.