Skip to content

Commit fd1be07

Browse files
committed
Fix an outdated comment in the PHP_CodeSniffer config
1 parent 0c957b3 commit fd1be07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.phpcs.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<exclude-pattern>tests/*</exclude-pattern>
1919
</rule>
2020

21-
<!-- Ensure we're compatible with PHP 5.6+ -->
21+
<!-- Ensure we're compatible with PHP 7.1+ -->
2222
<rule ref="PHPCompatibility"/>
2323
<config name="testVersion" value="7.1-"/>
2424
</ruleset>

0 commit comments

Comments
 (0)