We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7eea6bb + dbd2ee8 commit 0bc8593Copy full SHA for 0bc8593
PHPCSDev/ruleset.xml
@@ -31,6 +31,9 @@
31
<exclude name="PHPCompatibility.Constants.NewConstants.t_name_relativeFound"/>
32
<exclude name="PHPCompatibility.Constants.NewConstants.t_readonlyFound"/>
33
<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"/>
37
<exclude name="PHPCompatibility.Constants.RemovedConstants.t_bad_characterFound"/>
38
</rule>
39
0 commit comments