We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Sniff::merge_custom_array() function was moved to a new Helper class in WPCS: WordPress/WordPress-Coding-Standards#2157.
Sniff::merge_custom_array()
As per #734 (comment), it could still be used from WPCS, so the references (currently only 1) need updating when getting compatibility with 3.0.
See
VIP-Coding-Standards/WordPressVIPMinimum/Sniffs/AbstractVariableRestrictionsSniff.php
Line 130 in 8953e4a
Use php -v and composer show to get versions.
php -v
composer show
The text was updated successfully, but these errors were encountered:
Closing as fixed via #779
Sorry, something went wrong.
No branches or pull requests
Bug Description
The
Sniff::merge_custom_array()
function was moved to a new Helper class in WPCS: WordPress/WordPress-Coding-Standards#2157.As per #734 (comment), it could still be used from WPCS, so the references (currently only 1) need updating when getting compatibility with 3.0.
Minimal Code Snippet
See
VIP-Coding-Standards/WordPressVIPMinimum/Sniffs/AbstractVariableRestrictionsSniff.php
Line 130 in 8953e4a
Environment
Use
php -v
andcomposer show
to get versions.The text was updated successfully, but these errors were encountered: