Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Translation] Fix CSV escape char inCsvFileLoader on PHP >= 7.4#57828
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This comment has been minimized.
This comment has been minimized.
Uh oh!
There was an error while loading.Please reload this page.
xabbuh left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
looks like we need to do something about cases wheresetCsvControl() is never called (see the failing tests)
ba3accb to482b9d7Comparealexandre-daubois commentedJul 26, 2024
Indeed. All green now 👍 |
Uh oh!
There was an error while loading.Please reload this page.
nicolas-grekas commentedJul 26, 2024
Thank you@alexandre-daubois. |
Related to#57827. This check has already been done in other places like:
symfony/src/Symfony/Component/DependencyInjection/EnvVarProcessor.php
Line 310 in4a176ce