@@ -352,7 +352,7 @@ |
||
| 352 | 352 | return $responseArray; |
| 353 | 353 | } else { |
| 354 | 354 | if (is_array($responseArray[0])) { |
| 355 | - return array_reduce($responseArray[0], function ($carry, $item) { |
|
| 355 | + return array_reduce($responseArray[0], function($carry, $item) { |
|
| 356 | 356 | $carry .= $item[0]; |
| 357 | 357 | return $carry; |
| 358 | 358 | }); |