Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set empty string as escape character for CSVs to avoid deprecation warnings in PHP 8.4 #73

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

acelaya
Copy link
Member

@acelaya acelaya commented Aug 26, 2024

@acelaya acelaya changed the title Set empty string as escape character for CSVs to avoid deprecation wa… Set empty string as escape character for CSVs to avoid deprecation warnings in PHP 8.4 Aug 26, 2024
Copy link

codecov bot commented Aug 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.37%. Comparing base (b896266) to head (7c01f8c).
Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main      #73   +/-   ##
=========================================
  Coverage     95.36%   95.37%           
  Complexity      163      163           
=========================================
  Files            38       38           
  Lines           604      605    +1     
=========================================
+ Hits            576      577    +1     
  Misses           28       28           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@acelaya
Copy link
Member Author

acelaya commented Aug 26, 2024

To verify this did fix something, I run a CI without the workaround. In there, all tests for CsvImporter trigger the deprecation warning.

image

image

@acelaya acelaya merged commit f7e72b2 into shlinkio:main Aug 26, 2024
14 checks passed
@acelaya acelaya deleted the feature/csv-escape branch August 26, 2024 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant