Passed
Push — master ( 335a4e...c71e84 )
by Aleksandr
02:40
created
src/Client.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
             $content = parent::getContent($urlRequest, $data);
44 44
             return self::stdClassToResponse($content, $responseClass);
45 45
         } catch (\Exception $e) {
46
-			if ($this->request){
46
+			if ($this->request) {
47 47
                 $this->request->getBody()->rewind();
48 48
 			}
49 49
             $response = new Response();
Please login to merge, or discard this patch.