@@ -97,7 +97,7 @@ |
||
97 | 97 | */ |
98 | 98 | public function __toString() |
99 | 99 | { |
100 | - return (string)\json_encode($this->toArray(), JSON_ERROR_NONE); |
|
100 | + return (string) \json_encode($this->toArray(), JSON_ERROR_NONE); |
|
101 | 101 | } |
102 | 102 | |
103 | 103 | /** |