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
I'm starting using php 8.4, and I see a lot of useless deprecation errors from third party code
Would be very nice if will be possible to skip setting error_reporting or disable deprecations errors at least.
error_reporting
composer-dependency-analyser/bin/composer-dependency-analyser
Lines 13 to 14 in cff5648
The text was updated successfully, but these errors were encountered:
Maybe we could use the same approach as PHPStan and exclude E_DEPRECATED
Sorry, something went wrong.
No branches or pull requests
I'm starting using php 8.4, and I see a lot of useless deprecation errors from third party code
Would be very nice if will be possible to skip setting
error_reporting
or disable deprecations errors at least.composer-dependency-analyser/bin/composer-dependency-analyser
Lines 13 to 14 in cff5648
The text was updated successfully, but these errors were encountered: