We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4d37e9 commit 47de5f2Copy full SHA for 47de5f2
phpcs.xml.dist
@@ -58,7 +58,9 @@
58
</rule>
59
60
<rule ref="WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound">
61
- <exclude-pattern>*/src/Option_Command\.php$</exclude-pattern>
+ <exclude-pattern>*/src/Network_Meta_Command\.php$</exclude-pattern>
62
+ <exclude-pattern>*/src/Network_Namespace\.php$</exclude-pattern>
63
+ <exclude-pattern>*/src/Option_Command\.php$</exclude-pattern>
64
<exclude-pattern>*/src/Post(_Meta|_Term|_Type)?_Command\.php$</exclude-pattern>
65
<exclude-pattern>*/src/Site(_Meta|_Option)?_Command\.php$</exclude-pattern>
66
<exclude-pattern>*/src/Term(_Meta)?_Command\.php$</exclude-pattern>
0 commit comments