-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
[stable25] Backport: Make the container fully fulfill PSR container interface #36618
Conversation
To fix the psalm errors we would have to either update the psr container to 1.1.2. |
@@ -71,6 +72,7 @@ | |||
* @return mixed | |||
* @psalm-return ($name is class-string ? T : mixed) | |||
* @throws ContainerExceptionInterface if the query could not be resolved | |||
* @throws NotFoundExceptionInterface if the name could not be found within the container |
Check failure
Code scanning / Psalm
InvalidThrow
CI unhappy, moving to 25.0.5 |
b77f72e
to
799cf93
Compare
f1d6e11
to
84a2dc7
Compare
/rebase |
2111a59
to
309b2cc
Compare
@blizzz Did not work, so I rebased it manually. |
I do not understand what the hell is happenning to psalm here. It’s removing stuff from the baseline and then complaining about it? |
@come-nc I resolved this. It happened because updating the psr container also triggered updating psalm from 4.18.1 to 4.30.0. This caused psalm to report new (?) errors. So I reverted the update of psalm.
|
❌ Branch is currently frozen |
@nickvergessen branch is no longer frozen drone failure is unrelated |
82cb2a5
to
9653247
Compare
just merged 3rdparty PR. Rebase needed? |
Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
…rface if class not found Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
@blizzz Done |
Checklist