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 38
38
39
39
<!-- For help understanding the `testVersion` configuration setting:
40
40
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 -" />
42
42
43
43
<!-- Verify that everything in the global namespace is either namespaced or prefixed.
44
44
See: https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/wiki/Customizable-sniff-properties#naming-conventions-prefix-everything-in-the-global-namespace -->
50
50
</property >
51
51
</properties >
52
52
</rule >
53
-
53
+
54
54
<!-- Exclude existing classes from the prefix rule as it would break BC to prefix them now. -->
55
55
<rule ref =" WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound" >
56
56
<exclude-pattern >*/src/DB_Command\.php$</exclude-pattern >
You can’t perform that action at this time.
0 commit comments