File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 16
16
<arg name =" extensions" value =" php" />
17
17
<arg name =" parallel" value =" 8" /><!-- Enables parallel processing when available for faster results. -->
18
18
19
- <!-- Rules: Check PHP version compatibility -->
20
- <!-- https://github.com/PHPCompatibility/PHPCompatibility#sniffing-your-code-for-compatibility-with-specific-php-versions -->
21
- <config name =" testVersion" value =" 5.6-" />
22
- <!-- https://github.com/PHPCompatibility/PHPCompatibilityWP -->
23
- <rule ref =" PHPCompatibilityWP" />
24
-
25
19
<!-- Rules: WordPress Coding Standards -->
26
20
<!-- https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards -->
27
21
<!-- https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/wiki/Customizable-sniff-properties -->
28
- <config name =" minimum_supported_wp_version" value =" 4.6" />
29
- <rule ref =" WordPress" >
30
- <exclude name =" WordPress.VIP" />
31
- </rule >
22
+ <config name =" minimum_supported_wp_version" value =" 4.8" />
23
+ <rule ref =" WordPress" />
32
24
<rule ref =" WordPress.NamingConventions.PrefixAllGlobals" >
33
25
<properties >
34
26
<!-- Value: replace the function, class, and variable prefixes used. Separate multiple prefixes with a comma. -->
You can’t perform that action at this time.
0 commit comments