@@ -251,7 +251,7 @@ |
||
| 251 | 251 | */ |
| 252 | 252 | public function getRunningWorkers() |
| 253 | 253 | { |
| 254 | - return array_filter($this->getWorkers(), function (Worker $worker) { |
|
| 254 | + return array_filter($this->getWorkers(), function(Worker $worker) { |
|
| 255 | 255 | return $worker->getCurrentJob() !== null; |
| 256 | 256 | }); |
| 257 | 257 | } |