@@ -65,11 +65,11 @@ |
||
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 | /** |