Passed
Branch master (578045)
by Mathieu
06:53 queued 04:40
created
src/Charcoal/Queue/AbstractQueueManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -285,7 +285,7 @@
 block discarded – undo
285 285
 
286 286
             // Throttle according to processing rate.
287 287
             if ($this->rate > 0) {
288
-                usleep(1000000/$this->rate);
288
+                usleep(1000000 / $this->rate);
289 289
             }
290 290
         }
291 291
 
Please login to merge, or discard this patch.