@@ -250,7 +250,7 @@ |
||
250 | 250 | */ |
251 | 251 | public function __toString(): string |
252 | 252 | { |
253 | - return 'Error-object with ' . ( |
|
253 | + return 'Error-object with '.( |
|
254 | 254 | $this->id === null |
255 | 255 | ? 'no ID' |
256 | 256 | : sprintf('ID: "%s"', $this->id) |