Skip to content

Commit 0bc8593

Browse files
authored
Merge pull request #51 from PHPCSStandards/feature/ruleset-allow-for-some-php-8.4-token-constants
Composer/ruleset: allow for (some) PHP 8.4 token constants
2 parents 7eea6bb + dbd2ee8 commit 0bc8593

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

PHPCSDev/ruleset.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
<exclude name="PHPCompatibility.Constants.NewConstants.t_name_relativeFound"/>
3232
<exclude name="PHPCompatibility.Constants.NewConstants.t_readonlyFound"/>
3333
<exclude name="PHPCompatibility.Constants.NewConstants.t_enumFound"/>
34+
<exclude name="PHPCompatibility.Constants.NewConstants.t_public_setFound"/>
35+
<exclude name="PHPCompatibility.Constants.NewConstants.t_protected_setFound"/>
36+
<exclude name="PHPCompatibility.Constants.NewConstants.t_private_setFound"/>
3437
<exclude name="PHPCompatibility.Constants.RemovedConstants.t_bad_characterFound"/>
3538
</rule>
3639

0 commit comments

Comments
 (0)