Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[DoctrineBridge] Remove deprecated classes andContainerAwareEventManager::getListeners() deprecation#50575
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
src/Symfony/Bridge/Doctrine/Tests/ContainerAwareEventManagerTest.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
38e4143 todb7df29CompareUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
db7df29 to9c44816CompareUh oh!
There was an error while loading.Please reload this page.
9c44816 toa97b1f2CompareUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
1de5b05 to947912bCompareUh oh!
There was an error while loading.Please reload this page.
947912b to9ce38feCompareUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
9ce38fe to3c9c2b7Compare…eEventManager` (alexandre-daubois)This PR was merged into the 6.3 branch.Discussion----------[DoctrineBridge] Remove (wrong) PHPDoc on `ContainerAwareEventManager`| Q | A| ------------- | ---| Branch? | 6.3| Bug fix? | yes| New feature? | no| Deprecations? | no| Tickets | -| License | MIT| Doc PR | -This PR is a follow-up of the following discussion:#50575 (comment)Commits-------d65db40 [DoctrineBridge] Remove (wrong) PHPDoc on `ContainerAwareEventManager`
…eEventManager` (alexandre-daubois)This PR was merged into the 6.3 branch.Discussion----------[DoctrineBridge] Remove (wrong) PHPDoc on `ContainerAwareEventManager`| Q | A| ------------- | ---| Branch? | 6.3| Bug fix? | yes| New feature? | no| Deprecations? | no| Tickets | -| License | MIT| Doc PR | -This PR is a follow-up of the following discussion:symfony/symfony#50575 (comment)Commits-------d65db4073b [DoctrineBridge] Remove (wrong) PHPDoc on `ContainerAwareEventManager`
nicolas-grekas commentedJun 8, 2023
(rebase needed) |
3c9c2b7 toc839f87Comparealexandre-daubois commentedJun 9, 2023
Rebased and updated with |
c839f87 to4f3337dComparederrabus commentedJun 9, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
FYI: DbalLogger is removed by#50571 already. But I'm fine either way, let's keep the change here and finish your PR first. |
Uh oh!
There was an error while loading.Please reload this page.
derrabus commentedJun 9, 2023
You need to adjust the expected-missing-return-types.diff file. You can borrow the necessary change from#50571. |
Uh oh!
There was an error while loading.Please reload this page.
4f3337d to929e64dCompare…nager::getListeners()` deprecation
929e64d to746b123Comparenicolas-grekas commentedJun 9, 2023
Thank you@alexandre-daubois. |
stof commentedJun 9, 2023
@derrabus to avoid having to regenerate the expected-missing-return-types.diff file all the time in those code removal PRs, maybe we should first add those return types in 7.0 (by applying the patch defined in this diff file) |
derrabus commentedJun 9, 2023
That's probably a good idea. |
This PR was merged into the 7.0 branch.Discussion----------[DoctrineBridge] Kill DBAL 2 support| Q | A| ------------- | ---| Branch? | 7.0| Bug fix? | no| New feature? | yes| Deprecations? | no| Tickets | N/A| License | MIT| Doc PR | N/ADBAL 2 is dead and buried. Let's remove code that we needed to maintain DBAL 2.TODO:- [x] Deprecation layer for removed classes- [x] Check changes for possible backports to 5.4/6.4- [x]#50576- [x]#50579- [x]#50575Commits-------eacfedf Kill DBAL 2 support
…here it is not used (GromNaN)This PR was merged into the 7.0 branch.Discussion----------[Doctrine][Serializer] Remove `ExpectDeprecationTrait` where it is not used| Q | A| ------------- | ---| Branch? | 7.0| Bug fix? | no| New feature? | no| Deprecations? | no| Tickets | -| License | MIT| Doc PR | n/aThis unused code has been left by#50558 and#50575.I think PHPStan should detect when the trait is imported but the method `expectDeprecation` is not used.Other PR for 6.4#50828Commits-------81972d3 Remove ExpectDeprecationTrait where it is not used
Removes deprecated code introduced in#49610