Completed
Push — master ( c077e9...4fc007 )
by John
02:06
created
src/Throttle/CachePoolThrottle.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
     {
58 58
         $item = $this->cacheItemPool->getItem($this->deriveCacheKey($request));
59 59
 
60
-        if($requestCount = $item->get()) {
60
+        if ($requestCount = $item->get()) {
61 61
             $item->set($requestCount + 1);
62 62
         } else {
63 63
             $item->set(1)->expiresAfter($this->perXSeconds);
Please login to merge, or discard this patch.