Test Failed
Branch master (726ef2)
by Jeroen
03:55
created
Category
src/Client.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@  discard block
 block discarded – undo
36 36
 
37 37
         $stack->push(
38 38
             Middleware::mapRequest(
39
-                function (RequestInterface $request) use ($apikey) {
39
+                function(RequestInterface $request) use ($apikey) {
40 40
                     return $request->withUri(
41 41
                         Uri::withQueryValue(
42 42
                             $request->getUri(), 'apikey', $apikey
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
         );
48 48
 
49 49
         $stack->push(Middleware::mapResponse(
50
-            function (ResponseInterface $response) {
50
+            function(ResponseInterface $response) {
51 51
 
52 52
                 $body = json_decode((string)$response->getBody(), true);
53 53
 
Please login to merge, or discard this patch.