Skip to content

Commit f4c1046

Browse files
Revert phpcs back to PHP 5.6 (#52384)
Reverts phpcs PHP compatibility version back to 5.6.
1 parent eaf6715 commit f4c1046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpcs.xml.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<ruleset name="WordPress Coding Standards for Gutenberg Plugin">
33
<description>Sniffs for WordPress plugins, with minor modifications for Gutenberg</description>
44

5-
<config name="testVersion" value="7.0-"/>
5+
<config name="testVersion" value="5.6-"/>
66
<rule ref="PHPCompatibilityWP">
77
<include-pattern>*\.php$</include-pattern>
88
</rule>

0 commit comments

Comments
 (0)