@@ -56,7 +56,7 @@ |
||
| 56 | 56 | |
| 57 | 57 | public function __toString(): string |
| 58 | 58 | { |
| 59 | - return (string) $this->id; |
|
| 59 | + return (string)$this->id; |
|
| 60 | 60 | } |
| 61 | 61 | |
| 62 | 62 | public function toString(): string |