-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Remaining indirect deprecation notices #44313
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
Comments
You cannot. This has to be fixed by DoctrineBundle, see doctrine/DoctrineBundle#1429 |
You only need to take care of "direct deprecation notices" |
The deprecation we had in the Symfony codebase has been fixed in #44319 |
This comment has been minimized.
This comment has been minimized.
As stated in this comment #44313 (comment) the deprecation message comes from a 'third-party-bundle' (not symfony), for the status check the referenced issue ;) |
…Logger (l-vo) This PR was merged into the 5.4 branch. Discussion ---------- [DoctrineBridge] Allow to use a middleware instead of DbalLogger | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | yes | Deprecations? | no | Tickets | Step toward the fix of doctrine/DoctrineBundle#1431 (mentioned too in #44313 and #44495) | License | MIT | Doc PR | The SqlLogger that is used in doctrine bridge and doctrine bundle has been deprecated and replaced by a system of Middleware. A work has started on Doctrine bundle with doctrine/DoctrineBundle#1456 and doctrine/DoctrineBundle#1472 This PR suggest to add a middleware thats covers what was previously done by `DbalLogger` and `DebugStack`. Another PR will follow in DoctrineBundle for the integration. Commits ------- 20d0806 Allow to use a middleware instead of DbalLogger
When I run
php ./vendor/bin/phpunit
command, test is ok but displayRemaining indirect deprecation notices
ProductControllerTest.php
@nicolas-grekas How can I fix this warning?
The text was updated successfully, but these errors were encountered: