@@ -11,7 +11,7 @@ |
||
| 11 | 11 | $response = parent::getResponse(); |
| 12 | 12 | if (isset($response['columns'], $response['data'])) { |
| 13 | 13 | $data = []; |
| 14 | - array_walk($response['columns'], static function (&$value, $key) { |
|
| 14 | + array_walk($response['columns'], static function(&$value, $key) { |
|
| 15 | 15 | $value = array_keys($value)[0]; |
| 16 | 16 | }); |
| 17 | 17 | foreach ($response['data'] as $property) { |