Passed
Branch master (e259fd)
by Petr
02:21
created
src/YourMembershipClient.php 2 patches
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.
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.