@@ -55,7 +55,7 @@ |
||
55 | 55 | |
56 | 56 | public function toString(): string |
57 | 57 | { |
58 | - return $this->message . PHP_EOL . $this->errorsAsString(); |
|
58 | + return $this->message.PHP_EOL.$this->errorsAsString(); |
|
59 | 59 | } |
60 | 60 | |
61 | 61 | public function __toString() |