Passed
Push — master ( e9f309...eed17c )
by Matthew
06:55 queued 13s
created
ODM/JobManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -209,7 +209,7 @@
 block discarded – undo
209 209
         $status = [];
210 210
 
211 211
         foreach ($results as $info) {
212
-            $key = $info['_id']['worker_name'] . '->' .$info['_id']['method'] . '()';
212
+            $key = $info['_id']['worker_name'].'->'.$info['_id']['method'].'()';
213 213
             if (!isset($status[$key])) {
214 214
                 $status[$key] = $allStatus;
215 215
             }
Please login to merge, or discard this patch.