@@ -18,7 +18,7 @@ |
||
18 | 18 | { |
19 | 19 | $rows = []; |
20 | 20 | foreach ($response as $key => $value) { |
21 | - if(!is_array($value)) { |
|
21 | + if (!is_array($value)) { |
|
22 | 22 | $rows[] = [$key, $value]; |
23 | 23 | } else { |
24 | 24 | $rows[] = [$key, implode(",", $value)]; |