@@ -390,7 +390,7 @@ |
||
390 | 390 | return $responseArray; |
391 | 391 | } else { |
392 | 392 | if (is_array($responseArray[0])) { |
393 | - return array_reduce($responseArray[0], function ($carry, $item) { |
|
393 | + return array_reduce($responseArray[0], function($carry, $item) { |
|
394 | 394 | $carry .= $item[0]; |
395 | 395 | |
396 | 396 | return $carry; |