File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020
2121 <!-- Rules: Check PHP version compatibility -->
2222 <!-- https://github.com/PHPCompatibility/PHPCompatibility#sniffing-your-code-for-compatibility-with-specific-php-versions -->
23- <config name =" testVersion" value =" 5.6- " />
23+ <config name =" testVersion" value =" 7.4 " />
2424
2525 <!-- Rules: WordPress Coding Standards -->
2626
2727 <!-- https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards -->
2828 <!-- https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/wiki/Customizable-sniff-properties -->
29- <config name =" minimum_supported_wp_version" value =" 5.6 " />
29+ <config name =" minimum_supported_wp_version" value =" 6.2 " />
3030
3131
3232 <!--
3838 <rule ref =" WordPress.WP.I18n" >
3939 <properties >
4040 <property name =" text_domain" type =" array" >
41- <element value =" cf7-antispam" />q
41+ <element value =" cf7-antispam" />
4242 <element value =" contact-form-7" />
4343 </property >
4444 </properties >
You can’t perform that action at this time.
0 commit comments