-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
fix(deps)!: Upgrade symfony/event-dispatcher to supported version 5.4.26 #38546
fix(deps)!: Upgrade symfony/event-dispatcher to supported version 5.4.26 #38546
Conversation
a408dcf
to
01f4507
Compare
5e598e1
to
d4f4997
Compare
d4f4997
to
5befe72
Compare
There are hundreds of psalm errors now because our legacy SymfonyAdapter claims to be a I see 2 ways forward at the moment:
|
5befe72
to
10fdcfa
Compare
Deprecated in 20 and was never a public API. I'm fine dropping it and only maintaining the OCP dispatcher with 28+ Ref #21848 |
10fdcfa
to
d35fe04
Compare
d35fe04
to
9511c81
Compare
@@ -112,7 +113,7 @@ | |||
private function callForRegistrations() { | |||
static $eventSent = false; | |||
if (!$eventSent) { | |||
\OC::$server->getEventDispatcher()->dispatch( | |||
\OC::$server->get(IEventDispatcher::class)->dispatch( |
Check notice
Code scanning / Psalm
DeprecatedMethod Note
9511c81
to
327e37a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🐩
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice 👏
Signed-off-by: Joas Schilling <[email protected]>
Rebasing to see if the failing acceptance tests are linked or temporary |
327e37a
to
63b6fb7
Compare
Summary
TODO
Checklist