Completed
Push — master ( 3d8aa7...80558b )
by Timo
02:25
created
src/Cache/Strategies/Cache.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -26,8 +26,7 @@
 block discarded – undo
26 26
         try
27 27
         {
28 28
             return parent::request($request, $handler);
29
-        }
30
-        catch (TooManyRequestsHttpException $tooManyRequestsHttpException)
29
+        } catch (TooManyRequestsHttpException $tooManyRequestsHttpException)
31 30
         {
32 31
             $response = $this->_getResponse($request);
33 32
             if ($response !== null)
Please login to merge, or discard this patch.