@@ -145,7 +145,9 @@ |
||
| 145 | 145 | // When no specific status is required in the command line, |
| 146 | 146 | // then do not display `finished` tasks (this is arbitrary) |
| 147 | 147 | if (is_null($this->status)) { |
| 148 | - if (Status::FINISHED === $status) continue; |
|
| 148 | + if (Status::FINISHED === $status) { |
|
| 149 | + continue; |
|
| 150 | + } |
|
| 149 | 151 | } |
| 150 | 152 | |
| 151 | 153 | $profile = (string) $task->getProfile(); |