-
Notifications
You must be signed in to change notification settings - Fork 824
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
API Remove deprecated code #10594
API Remove deprecated code #10594
Conversation
5649de4
to
4a2fcda
Compare
Failed CI requires asset-admin PR should be merged before |
c9fad42
to
7c0ffa6
Compare
@@ -357,11 +356,6 @@ public function transactionEnd($chain = false) | |||
{ | |||
$result = $this->getTransactionManager()->transactionEnd(); | |||
|
|||
if ($chain) { |
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.
Remove the $chain param from the method
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.
Done
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.
I removed $chain
argument from Database::transactionEnd()
method.
We should mark $chain
as deprecated in Database::transactionEnd()
for 4.12 as well.
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.
Have you created a PR to add the deprecation in 4.12?
You'll also need to deprecated it for NullDatabase::transactionEnd()
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.
I've created new tickets for this #10609
80c3638
to
c231c96
Compare
c231c96
to
3b87605
Compare
Parent issue