| @@ -48,8 +48,7 @@ | ||
| 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 | |