Update PHPCS ruleset for PHP 7.2.

This commit is contained in:
barryhughes 2022-04-08 16:20:44 -07:00
parent f7937593e9
commit 92a2035896
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
<!-- Configs -->
<config name="minimum_supported_wp_version" value="5.2" />
<config name="testVersion" value="7.0-" />
<config name="testVersion" value="7.2-" />
<!-- Rules -->
<rule ref="WooCommerce-Core" />