Passed
Push — throw-exception-for-error-resp... ( b7632e )
by
unknown
02:48
created
src/YourMembershipClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
 
49 49
 		$response = new Response($method, $this->client->send($request));
50 50
 
51
-        if($response->hasError())
51
+        if ($response->hasError())
52 52
         {
53 53
             throw new YourMembershipResponseException($response->getError(), $response->getErrorCode(), $method);
54 54
         }
Please login to merge, or discard this patch.