Skip to content

Commit

Permalink
Fix CsvFormulaFormatter breaks with league/csv:9.11 (#15999)
Browse files Browse the repository at this point in the history
* Fix CsvFormulaFormatter breaks with league/csv:9.11 - resolves #15998

* revert parent usage
  • Loading branch information
dvesh3 committed Sep 25, 2023
1 parent 0d196a6 commit 39f164a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Helper/CsvFormulaFormatter.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

class CsvFormulaFormatter extends \League\Csv\EscapeFormula
{
public function unEscapeField(string $field): string
public function unEscapeField(mixed $field): string
{
if (isset($field[0], $field[1])
&& $field[0] === $this->getEscape()
Expand Down

0 comments on commit 39f164a

Please sign in to comment.