Skip to content

Commit dc2d11a

Browse files
committed
PHPCSDev: account for new PHPCS backfill
PHPCS 3.5.0 will backfill the new PHP 7.4 `T_BAD_CHARACTER` token. Refs: * squizlabs/PHP_CodeSniffer@96f878f
1 parent 2459463 commit dc2d11a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

PHPCSDev/ruleset.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<exclude name="PHPCompatibility.Constants.NewConstants.t_coalesceFound"/>
2323
<exclude name="PHPCompatibility.Constants.NewConstants.t_coalesce_equalFound"/>
2424
<exclude name="PHPCompatibility.Constants.NewConstants.t_yield_fromFound"/>
25+
<exclude name="PHPCompatibility.Constants.NewConstants.t_bad_characterFound"/>
2526
</rule>
2627

2728

0 commit comments

Comments
 (0)