Skip to content
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

Remove deprecated parameter #16813

Merged
merged 1 commit into from
Mar 17, 2020
Merged

Conversation

eileenmcnaughton
Copy link
Contributor

Overview

This parameter was deprecated a while back - we obviously used caution at the time
but we can remove it now

Before

Function signature is

public static function recordMembershipContribution(&$params, $ids = []) {

but $ids is unused & deprecated

After

function signature is

public static function recordMembershipContribution(&$params) {

Technical Details

Generally we leave a deprecation notice for a minimum of 6 months & then clean up deprecated code ad hoc - this has served it's time

Comments

This parameter was deprecated a while back - we obviously used caution at the time
but we can remove it now
@civibot
Copy link

civibot bot commented Mar 17, 2020

(Standard links)

@civibot civibot bot added the master label Mar 17, 2020
@colemanw colemanw merged commit e1f4a12 into civicrm:master Mar 17, 2020
@colemanw colemanw deleted the deprecated branch March 17, 2020 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants