Passed
Push — master ( fd1a3c...40009b )
by Carlos
02:44
created
src/Client.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -270,7 +270,7 @@
 block discarded – undo
270 270
     {
271 271
         $result = $this->requestRaw($uri, $method, $options, $async);
272 272
 
273
-        $transformer = function ($response) {
273
+        $transformer = function($response) {
274 274
             return $this->castResponseToType($response, $this->config->getOption('response_type'));
275 275
         };
276 276
 
Please login to merge, or discard this patch.