File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 4040 https://github.com/PHPCompatibility/PHPCompatibility#sniffing-your-code-for-compatibility-with-specific-php-versions -->
4141 <config name =" testVersion" value =" 5.4-" />
4242
43- <!-- Verify that everything in the global namespace is either namespaced or prefixed.
44- See: https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/wiki/Customizable-sniff-properties#naming-conventions-prefix-everything-in-the-global-namespace -->
45- <rule ref =" WordPress.NamingConventions.PrefixAllGlobals" >
46- <properties >
47- <property name =" prefixes" type =" array" extend =" true" >
48- <element value =" WP_CLI" /><!-- Namespaces. -->
49- <element value =" wpcli" /><!-- Global variables and such. -->
50- </property >
51- </properties >
52- </rule >
53-
5443 <!--
5544 #############################################################################
5645 SELECTIVE EXCLUSIONS
You can’t perform that action at this time.
0 commit comments