@@ -26,8 +26,8 @@ |
||
| 26 | 26 | |
| 27 | 27 | public function __toString() |
| 28 | 28 | { |
| 29 | - return '[' . get_class($this) . '] ' . $this->message . "\n" . |
|
| 30 | - 'Response: ' . "\n" . |
|
| 29 | + return '['.get_class($this).'] '.$this->message."\n". |
|
| 30 | + 'Response: '."\n". |
|
| 31 | 31 | $this->response |
| 32 | 32 | ; |
| 33 | 33 | } |