Completed
Push — master ( baa97e...0f40a6 )
by Vragov
05:13 queued 02:16
created
src/Service/RequestService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -161,7 +161,7 @@
 block discarded – undo
161 161
         if (!$this->client) {
162 162
             $stack = HandlerStack::create();
163 163
 
164
-            $stack->push(Middleware::mapResponse(function (ResponseInterface $response) {
164
+            $stack->push(Middleware::mapResponse(function(ResponseInterface $response) {
165 165
                 $this->callsLeft = $response->getHeaderLine('api_calls_left') ?: null;
166 166
 
167 167
                 return $response;
Please login to merge, or discard this patch.