File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3838
3939 <!-- For help understanding the `testVersion` configuration setting:
4040 https://github.com/PHPCompatibility/PHPCompatibility#sniffing-your-code-for-compatibility-with-specific-php-versions -->
41- <config name =" testVersion" value =" 5.6 -" />
41+ <config name =" testVersion" value =" 7.2 -" />
4242
4343 <!-- Verify that everything in the global namespace is either namespaced or prefixed.
4444 See: https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/wiki/Customizable-sniff-properties#naming-conventions-prefix-everything-in-the-global-namespace -->
5050 </property >
5151 </properties >
5252 </rule >
53-
53+
5454 <!-- Exclude existing classes from the prefix rule as it would break BC to prefix them now. -->
5555 <rule ref =" WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound" >
5656 <exclude-pattern >*/src/DB_Command\.php$</exclude-pattern >
You can’t perform that action at this time.
0 commit comments