Passed
Push — master ( 072d04...55dded )
by Jorge
01:39
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.