Completed
Pull Request — master (#44)
by Matthew
16:45
created
Redis/JobManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -431,7 +431,7 @@
 block discarded – undo
431 431
     {
432 432
         $cursor = null;
433 433
         while ($jobs = $this->redis->zScan($cacheKey, $cursor, '', 100)) {
434
-            $jobs = $this->redis->mget(array_map(function ($item) {
434
+            $jobs = $this->redis->mget(array_map(function($item) {
435 435
                 return $this->getJobCacheKey($item);
436 436
             }, array_keys($jobs)));
437 437
             $this->extractStatusResults($jobs, $results);
Please login to merge, or discard this patch.