Closed aedart closed 4 years ago
There is a PHP v7.4 compatibility issue, in the outputTxt() method, found in export.php. Could you please swap $glue and $pieces arguments for the implode() method, so that this package can be used in PHP v7.4?
outputTxt()
export.php
$glue
$pieces
implode()
Will accept a PR for this 👍
There is a PHP v7.4 compatibility issue, in the
outputTxt()
method, found inexport.php
. Could you please swap$glue
and$pieces
arguments for theimplode()
method, so that this package can be used in PHP v7.4?