Skip to content

Commit e28e99e

Browse files
authored
Merge pull request #26 from PHPCSStandards/feature/ruleset-update-phpcompatibility-exclusions
Composer/ruleset: allow for PHP 8.1 token constants
2 parents 263987e + fd058e6 commit e28e99e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

PHPCSDev/ruleset.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
<exclude name="PHPCompatibility.Constants.NewConstants.t_name_fully_qualifiedFound"/>
3030
<exclude name="PHPCompatibility.Constants.NewConstants.t_name_qualifiedFound"/>
3131
<exclude name="PHPCompatibility.Constants.NewConstants.t_name_relativeFound"/>
32+
<exclude name="PHPCompatibility.Constants.NewConstants.t_readonlyFound"/>
33+
<exclude name="PHPCompatibility.Constants.NewConstants.t_enumFound"/>
3234
<exclude name="PHPCompatibility.Constants.RemovedConstants.t_bad_characterFound"/>
3335
</rule>
3436

0 commit comments

Comments
 (0)