-
-
Notifications
You must be signed in to change notification settings - Fork 3k
TASK: Removes deprecated CoreParametersHelper::getParameter
#13837
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
TASK: Removes deprecated CoreParametersHelper::getParameter
#13837
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 6.x #13837 +/- ##
=========================================
Coverage 64.54% 64.54%
+ Complexity 34614 34613 -1
=========================================
Files 2271 2271
Lines 103442 103440 -2
=========================================
+ Hits 66765 66766 +1
+ Misses 36677 36674 -3
|
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.
👍
@putzwasser could you please rebase this to the 6.x branch so we can get it ready for release? Many thanks! |
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.
God to go once rebase for 6.x 👍
Bumping this from the milestone as it's not yet rebased to 6.x - let's aim to get it into the Release Candidate. |
This PR removes the deprecated function `CoreParametersHelper::getParameter` which was meant to be removed in M4, already. Since it is deprecated since M3 this is hardly a breaking change as its removal was expected to happen with the M4 release.
f8d0ec2
to
3cf6230
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.
Rebased. Good to go 👍
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.
Looks fine 👍
Description
This PR removes the deprecated function
CoreParametersHelper::getParameter
which was meant to be removed in M4, already.Since it is deprecated since M3 I think this can be merged into 5.x as its removal was expected to happen with the M4 release.
📋 Steps to test this PR: