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

[REF][PHP8.2] Declare properties on CRM_Member_Import_Parser_MembershipTest #25491

Merged
merged 1 commit into from
Feb 1, 2023

Conversation

braders
Copy link
Contributor

@braders braders commented Feb 1, 2023

Overview

Cleanup of properties to improve readability, and ensure dynamic properties are not being used.

Before

Usage of dynamic properties, which are deprecated in PHP 8.2.

After

Properties are declared (or replaced with a const in the case of MEMBERSHIP_TYPE_NAME).

@civibot
Copy link

civibot bot commented Feb 1, 2023

(Standard links)

@civibot civibot bot added the master label Feb 1, 2023
@braders braders force-pushed the membership-test-cleanup branch from 0fbe4f4 to eda1cec Compare February 1, 2023 21:04
@seamuslee001 seamuslee001 merged commit 8ac033e into civicrm:master Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants