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

dev/core#2823 update function visibility to protected #21412

Merged
merged 1 commit into from
Sep 9, 2021

Conversation

eileenmcnaughton
Copy link
Contributor

Overview

dev/core#2823 update function visibility to protected

This makes some internal functions 'protected'

Before

public

After

protected

Making them protected means that when I look to clean them up it is
clear that we only need to worry about how the class
interacts with them

Technical Details

Comments

I did a universe search for them.

This makes some internal functions 'protected'. I did a universer search for them.

Making them protected means that when I look to clean them up it is
clear that we only need to worry about how the class
interacts with them
@civibot
Copy link

civibot bot commented Sep 9, 2021

(Standard links)

@civibot civibot bot added the master label Sep 9, 2021
@colemanw
Copy link
Member

colemanw commented Sep 9, 2021

Agreed, these functions are definitely internal.

@colemanw colemanw merged commit f634283 into civicrm:master Sep 9, 2021
@colemanw colemanw deleted the protected branch September 9, 2021 05:31
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