@@ -344,7 +344,7 @@ |
||
| 344 | 344 | |
| 345 | 345 | return $carry; |
| 346 | 346 | } else { |
| 347 | - if (is_string($responseArray)){ |
|
| 347 | + if (is_string($responseArray)) { |
|
| 348 | 348 | return $responseArray; |
| 349 | 349 | } |
| 350 | 350 | return array_reduce($responseArray[0], function($carry, $item) { |