-
-
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
[3rdparty] Bump doctrine/dbal to 2.12.0 #23764
Conversation
d09d13a
to
fe47c42
Compare
Needed for php8 stuff. |
Just update the baseline and we can move forward then. |
Please update the baseline and then we can merge this :) |
0fc40be
to
ae5e0ec
Compare
ae5e0ec
to
bed704b
Compare
build/psalm-baseline.xml
Outdated
@@ -3554,6 +3562,9 @@ | |||
<InvalidScalarArgument occurrences="1"> | |||
<code>$e->getCode()</code> | |||
</InvalidScalarArgument> | |||
<LessSpecificImplementedReturnType occurrences="2"> | |||
<code>Doctrine\DBAL\Driver\Statement</code> |
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.
That changes from Doctrine\DBAL\Statement
upstream to Doctrine\DBAL\Driver\Statement
on our side and may be a bigger problem.
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.
Fine with me now 👍
Needed for php8 support Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
executeUpdate is deprecated in favor of executeStatement. We overwrote the old one hence the prefix was no longer replaced. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
bed704b
to
fe46149
Compare
Mmmm we still need a psalm baseline update. Lets do that separatly then. As to not delay this (as php8 stuff also depends on it). |
Psalm fix is in #23834 |
Needed for php8 support
Requires: