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