8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
6
Calling str_contains when there is no last error will cause deprecation warning
run integration test that you call remove method and you will have a deprecation warning with phpunit 10 on line 201 of file Filesystem.php
Add default value to last error or maybe test if there is no error first
No response
The text was updated successfully, but these errors were encountered:
e05d922
No branches or pull requests
Symfony version(s) affected
6
Description
Calling str_contains when there is no last error will cause deprecation warning
How to reproduce
run integration test that you call remove method and you will have a deprecation warning with phpunit 10 on line 201 of file Filesystem.php
Possible Solution
Add default value to last error or maybe test if there is no error first
Additional Context
No response
The text was updated successfully, but these errors were encountered: