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.
1 parent 69d1a95 commit 2018e18Copy full SHA for 2018e18
SandFox_PHP81/ruleset.xml
@@ -3,6 +3,9 @@
3
@see https://github.com/squizlabs/PHP_CodeSniffer/wiki/Annotated-Ruleset
4
-->
5
<ruleset>
6
- <rule ref="SandFox_PHP80"/>
+ <rule ref="SandFox_PHP80">
7
+ <!-- Interferes with logic in enums -->
8
+ <exclude name="PHPCompatibility.Variables.ForbiddenThisUseContexts.OutsideObjectContext"/>
9
+ </rule>
10
<config name="testVersion" value="8.1-"/>
11
</ruleset>
0 commit comments