Completed
Pull Request — master (#20)
by
unknown
08:28
created
Resque.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -251,7 +251,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.