Passed
Push — master ( be5c0d...2a0a83 )
by Jorge
02:13 queued 40s
created
src/AvailabilityStrategy/FixedWaitTimeToRetry.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
             }
26 26
 
27 27
             $lastRetry = $this->getLastTryTime();
28
-            if (time() - $lastRetry > $this->waitTime) {
28
+            if (time()-$lastRetry > $this->waitTime) {
29 29
                 return true;
30 30
             }
31 31
 
Please login to merge, or discard this patch.