@@ -32,7 +32,7 @@ |
||
| 32 | 32 | public function setDetails(\stdClass $details, string $call) |
| 33 | 33 | { |
| 34 | 34 | $errorDetail = $this->collectionErrors($details); |
| 35 | - $message = "There was an error making the $call:" . \PHP_EOL . $errorDetail; |
|
| 35 | + $message = "There was an error making the $call:".\PHP_EOL.$errorDetail; |
|
| 36 | 36 | $this->message = $message; |
| 37 | 37 | } |
| 38 | 38 | |