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

Simplify params on now-private function #25182

Merged
merged 1 commit into from
Dec 15, 2022

Conversation

eileenmcnaughton
Copy link
Contributor

@eileenmcnaughton eileenmcnaughton commented Dec 15, 2022

Overview

Simplify params on now-private function

Before

Function was shared between 3 classes - @mattwire split them out but lots of space for follow on clean ups

After

Removed function parameters - one is unused - the others are class properties that can be accessed in the function

Technical Details

A chunk more code can go - but it will be within the function & hence easy to read with this merged

Comments

@civibot
Copy link

civibot bot commented Dec 15, 2022

(Standard links)

@eileenmcnaughton
Copy link
Contributor Author

This is a follow on #25183

@eileenmcnaughton eileenmcnaughton merged commit 2d46c3b into civicrm:master Dec 15, 2022
@eileenmcnaughton eileenmcnaughton deleted the build_mem branch December 15, 2022 23:24
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.

2 participants