Skip to content

Commit

Permalink
Disable Squiz.WhiteSpace.MemberVarSpacing due to problematic support …
Browse files Browse the repository at this point in the history
…of PHP8 attributes
  • Loading branch information
xificurk committed Nov 2, 2021
1 parent a5c2b3c commit cd6d4a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Nepada/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,8 @@
</properties>
</rule>
<rule ref="Squiz.WhiteSpace.LogicalOperatorSpacing"/>
<rule ref="Squiz.WhiteSpace.MemberVarSpacing"/>
<!-- Problematic support of PHP8 attributes, see https://github.com/squizlabs/PHP_CodeSniffer/discussions/3419 -->
<!-- rule ref="Squiz.WhiteSpace.MemberVarSpacing"/ -->
<rule ref="Squiz.WhiteSpace.ObjectOperatorSpacing">
<properties>
<property name="ignoreNewlines" value="true"/>
Expand Down

0 comments on commit cd6d4a3

Please sign in to comment.