Completed
Push — master ( 684547...3485b7 )
by Myles
01:58
created
code/DevTasks.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
 
34 34
         if (is_array($config_tasks)) {
35 35
             $tasks = array_merge($default_tasks, $config_tasks);
36
-        }else{
36
+        } else {
37 37
             $tasks = $default_tasks;
38 38
         }
39 39
 
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
 
34 34
         if (is_array($config_tasks)) {
35 35
             $tasks = array_merge($default_tasks, $config_tasks);
36
-        }else{
36
+        } else{
37 37
             $tasks = $default_tasks;
38 38
         }
39 39
 
Please login to merge, or discard this patch.