@@ -36,7 +36,7 @@ discard block |
||
36 | 36 | */ |
37 | 37 | public function __toString() |
38 | 38 | { |
39 | - return __CLASS__ . ": [{$this->code}]: {$this->message}\n"; |
|
39 | + return __CLASS__.": [{$this->code}]: {$this->message}\n"; |
|
40 | 40 | } |
41 | 41 | |
42 | 42 | /** |
@@ -49,7 +49,7 @@ discard block |
||
49 | 49 | if (is_array($response_body->message) || is_object($response_body->message)) { |
50 | 50 | $output = ''; |
51 | 51 | foreach ($response_body->message as $message) { |
52 | - $output .= $message . PHP_EOL; |
|
52 | + $output .= $message.PHP_EOL; |
|
53 | 53 | } |
54 | 54 | $this->message = $output; |
55 | 55 | } else { |