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] Refactor CRM_Contact_BAO_ContactType_ContactSearchTest to not use dynamic properties #25406

Merged

Conversation

braders
Copy link
Contributor

@braders braders commented Jan 22, 2023

Overview

Refactor CRM_Contact_BAO_ContactType_ContactSearchTest to not use dynamic properties

Before

CRM_Contact_BAO_ContactType_ContactSearchTest used dyanmic properties which are deprecated in PHP 8.2.

After

Properties are declared.

I've also renamed some of them to not use abreviations, for better readability and consistency.

@civibot
Copy link

civibot bot commented Jan 22, 2023

(Standard links)

@civibot civibot bot added the master label Jan 22, 2023
@braders braders force-pushed the dynamic-properties-contactsearchtest branch from d99eee8 to 95aa349 Compare January 22, 2023 13:17
@totten
Copy link
Member

totten commented Jan 25, 2023

civibot, test this please

@braders
Copy link
Contributor Author

braders commented Feb 1, 2023

test this please

@totten totten merged commit 778162b into civicrm:master Feb 1, 2023
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