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

Move "property handling" related utilities to dedicated RulesetPropertyHelper #2157

Merged

Conversation

jrfnl
Copy link
Member

@jrfnl jrfnl commented Dec 17, 2022

The "property handling" related utilities are only used by a limited set of sniffs, so are better placed in a dedicated class.

This commit moves the merge_custom_array() method to a new WordPressCS\WordPress\Helpers\RulesetPropertyHelper and starts using that class in the relevant sniffs.

Note: the function has been moved without changes.

Related to #1465

…rtyHelper`

The "property handling" related utilities are only used by a limited set of sniffs, so are better placed in a dedicated class.

This commit moves the `merge_custom_array()` method to a new `WordPressCS\WordPress\Helpers\RulesetPropertyHelper` and starts using that class in the relevant sniffs.

Note: the function has been moved without changes.

Related to 1465
Copy link
Member

@GaryJones GaryJones left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dingo-d dingo-d merged commit 69f6e72 into develop Dec 19, 2022
@dingo-d dingo-d deleted the feature/move-property-handling-method-to-helper-class branch December 19, 2022 10:05
GaryJones added a commit to Automattic/VIP-Coding-Standards that referenced this pull request Dec 20, 2022
The previous `Sniff:merge_custom_array()` function was moved to a new class in WPCS: WordPress/WordPress-Coding-Standards#2157.

While it is marked as non-public (only meant for WPCS directly), we only currently have a single usage, and making these change fixes a unit test error. We can reconsider if VIPCS needs its own copy before release.
GaryJones added a commit to Automattic/VIP-Coding-Standards that referenced this pull request Dec 20, 2022
The previous `Sniff::merge_custom_array()` function was moved to a new Helper class in WPCS: WordPress/WordPress-Coding-Standards#2157.

However, it is marked as non-public (only meant for WPCS directly), so copying into the VIPCS sniff is easiest for now.
GaryJones added a commit to Automattic/VIP-Coding-Standards that referenced this pull request Jun 20, 2023
GaryJones added a commit to Automattic/VIP-Coding-Standards that referenced this pull request Jun 22, 2023
GaryJones added a commit to Automattic/VIP-Coding-Standards that referenced this pull request Jun 22, 2023
GaryJones added a commit to Automattic/VIP-Coding-Standards that referenced this pull request Jun 22, 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