Skip to content

Commit

Permalink
Update phpcs.xml to php7.2 level.
Browse files Browse the repository at this point in the history
  • Loading branch information
kagg-design committed Dec 4, 2024
1 parent 62c92f1 commit e11745d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<arg name="cache" value=".phpcs.cache"/>

<config name="installed_paths" value="vendor/phpcompatibility/php-compatibility,vendor/phpcompatibility/phpcompatibility-paragonie,vendor/phpcompatibility/phpcompatibility-wp,vendor/phpcsstandards/phpcsextra,vendor/phpcsstandards/phpcsutils,vendor/wp-coding-standards/wpcs"/>
<config name="testVersion" value="7.0-"/>
<config name="testVersion" value="7.2-"/>

<!-- Rules: Check PHP version compatibility -->
<rule ref="PHPCompatibility"/>
Expand Down

0 comments on commit e11745d

Please sign in to comment.