@@ -124,6 +124,6 @@ |
||
| 124 | 124 | */ |
| 125 | 125 | public function __toString(): string |
| 126 | 126 | { |
| 127 | - return (string)$this->getValue(); |
|
| 127 | + return (string) $this->getValue(); |
|
| 128 | 128 | } |
| 129 | 129 | } |