-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[4.3] Update UPGRADE guide of 4.3 for EventDispatcher #33115
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
[4.3] Update UPGRADE guide of 4.3 for EventDispatcher #33115
Conversation
6f8546d
to
8e97ef2
Compare
8e97ef2
to
880916e
Compare
880916e
to
12b1219
Compare
@nicolas-grekas while we're at it, in the UPGRADE guide it is written:
Maybe I'm nitpicking but the signature of I suggest this change:
|
@alexislefebvre works for me, please update :) |
12b1219
to
8b9b39d
Compare
Thank you @alexislefebvre. |
…lexislefebvre) This PR was merged into the 4.3 branch. Discussion ---------- [4.3] Update UPGRADE guide of 4.3 for EventDispatcher | Q | A | ------------- | --- | Branch? | 4.3 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | no | License | MIT | Doc PR | no I updated `UPGRADE-4.3.md` to ease upgrading `EventDispatcher` to 4.3, related changes were introduced in #28920 This code is used in Symfony: https://github.com/symfony/symfony/blob/f8302262714674e3efbd775c9b107294d89fb77e/src/Symfony/Component/Security/Guard/GuardAuthenticatorHandler.php#L49 Thanks to @nicolas-grekas for the hint: 75369da#r34480203 Commits ------- 8b9b39d Update UPGRADE guide of 4.3 for EventDispatcher
I updated
UPGRADE-4.3.md
to ease upgradingEventDispatcher
to 4.3, related changes were introduced in #28920This code is used in Symfony:
symfony/src/Symfony/Component/Security/Guard/GuardAuthenticatorHandler.php
Line 49 in f830226
Thanks to @nicolas-grekas for the hint: 75369da#r34480203