Skip to content

Commit

Permalink
Exclude problematic rule
Browse files Browse the repository at this point in the history
  • Loading branch information
arokettu committed Jun 29, 2023
1 parent 7117bb5 commit 8c71cd2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion SandFox_PHP82/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
@see https://github.com/squizlabs/PHP_CodeSniffer/wiki/Annotated-Ruleset
-->
<ruleset>
<rule ref="SandFox_PHP81"/>
<rule ref="SandFox_PHP81">
<!-- interferes with readonly classes -->
<exclude name="PSR1.Files.SideEffects.FoundWithSymbols"/>
</rule>
<config name="testVersion" value="8.2-"/>
</ruleset>

0 comments on commit 8c71cd2

Please sign in to comment.