Passed
Push — master ( ba9c7a...091f94 )
by Rick
02:47
created
src/TaskController.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -65,11 +65,11 @@
 block discarded – undo
65 65
 
66 66
     public function removeAll()
67 67
     {
68
-        foreach ($this->tasks as $task)
69
-        {
70
-            $task->cancel();
71
-            $this->remove($task);
72
-        }
68
+	foreach ($this->tasks as $task)
69
+	{
70
+	    $task->cancel();
71
+	    $this->remove($task);
72
+	}
73 73
 	}
74 74
 
75 75
 	/**
Please login to merge, or discard this patch.