Skip to content

Commit

Permalink
Revert phpcs back to PHP 5.6 (#52384)
Browse files Browse the repository at this point in the history
Reverts phpcs PHP compatibility version back to 5.6.
  • Loading branch information
hellofromtonya authored and fullofcaffeine committed Jul 11, 2023
1 parent 713688e commit e110b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<ruleset name="WordPress Coding Standards for Gutenberg Plugin">
<description>Sniffs for WordPress plugins, with minor modifications for Gutenberg</description>

<config name="testVersion" value="7.0-"/>
<config name="testVersion" value="5.6-"/>
<rule ref="PHPCompatibilityWP">
<include-pattern>*\.php$</include-pattern>
</rule>
Expand Down

0 comments on commit e110b21

Please sign in to comment.