@@ -70,7 +70,7 @@ |
||
70 | 70 | public function getData(): iterable |
71 | 71 | { |
72 | 72 | if ($this->data) { |
73 | - return (array)json_decode($this->data, true, 512, JSON_THROW_ON_ERROR); |
|
73 | + return (array) json_decode($this->data, true, 512, JSON_THROW_ON_ERROR); |
|
74 | 74 | } |
75 | 75 | return []; |
76 | 76 | } |