Passed
Pull Request — master (#68)
by Artem
01:29
created
src/Client.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -166,7 +166,7 @@
 block discarded – undo
166 166
 
167 167
         $this->errorResponseHandler->handleResponse($response);
168 168
 
169
-        return new Mess(\json_decode((string)$response->getBody(), true));
169
+        return new Mess(\json_decode((string) $response->getBody(), true));
170 170
     }
171 171
 
172 172
     /**
Please login to merge, or discard this patch.