Skip to content

Commit

Permalink
Enable new ArrayAccess slevomat sniff
Browse files Browse the repository at this point in the history
  • Loading branch information
xificurk committed May 14, 2023
1 parent 052fc2c commit 41eacca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Nepada/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
<rule ref="PEAR.Formatting.MultiLineAssignment"/>
<rule ref="PEAR.WhiteSpace.ObjectOperatorIndent"/>

<rule ref="SlevomatCodingStandard.Arrays.ArrayAccess"/>
<rule ref="SlevomatCodingStandard.Arrays.DisallowPartiallyKeyed"/>
<rule ref="SlevomatCodingStandard.Arrays.MultiLineArrayEndBracketPlacement"/>
<rule ref="SlevomatCodingStandard.Arrays.SingleLineArrayWhitespace"/>
Expand Down

0 comments on commit 41eacca

Please sign in to comment.