Skip to content

Commit

Permalink
Testing the worning happens
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed Aug 26, 2024
1 parent 7c01f8c commit 9a7a93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sources/Csv/CsvImporter.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ private function importShortUrls(CsvParams $params): iterable

// FIXME Workaround for PHP 8.4 deprecation warnings. To remove with league/csv 10
// See https://github.com/thephpleague/csv/issues/532 for details
$csvReader->setEscape('');
// $csvReader->setEscape('');

foreach ($csvReader as $record) {
$record = $this->remapRecordHeaders($record);
Expand Down

0 comments on commit 9a7a93f

Please sign in to comment.