Skip to content

Commit 49aba19

Browse files
authored
Merge pull request #13 from PHPCSStandards/feature/more-phpcompatibility-10.0.0-php-8.0
Composer/ruleset: allow for more PHP 8.0 token constants
2 parents c1850e7 + 2faa00d commit 49aba19

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
@@ -26,6 +26,9 @@
2626
<exclude name="PHPCompatibility.Constants.NewConstants.t_fnFound"/>
2727
<exclude name="PHPCompatibility.Constants.NewConstants.t_matchFound"/>
2828
<exclude name="PHPCompatibility.Constants.NewConstants.t_nullsafe_object_operatorFound"/>
29+
<exclude name="PHPCompatibility.Constants.NewConstants.t_name_fully_qualifiedFound"/>
30+
<exclude name="PHPCompatibility.Constants.NewConstants.t_name_qualifiedFound"/>
31+
<exclude name="PHPCompatibility.Constants.NewConstants.t_name_relativeFound"/>
2932
<exclude name="PHPCompatibility.Constants.RemovedConstants.t_bad_characterFound"/>
3033
</rule>
3134

0 commit comments

Comments
 (0)