Skip to content

Commit

Permalink
Disable AttributesOrder
Browse files Browse the repository at this point in the history
  • Loading branch information
kitloong committed Aug 4, 2024
1 parent 4e912c6 commit 5e2ca00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<rule ref="SlevomatCodingStandard.Arrays.SingleLineArrayWhitespace"/>
<rule ref="SlevomatCodingStandard.Arrays.TrailingArrayComma"/>
<rule ref="SlevomatCodingStandard.Attributes.AttributeAndTargetSpacing"/>
<rule ref="SlevomatCodingStandard.Attributes.AttributesOrder"/>
<!--<rule ref="SlevomatCodingStandard.Attributes.AttributesOrder"/>-->
<rule ref="SlevomatCodingStandard.Attributes.DisallowAttributesJoining"/>
<rule ref="SlevomatCodingStandard.Attributes.DisallowMultipleAttributesPerLine"/>
<rule ref="SlevomatCodingStandard.Attributes.RequireAttributeAfterDocComment"/>
Expand Down

0 comments on commit 5e2ca00

Please sign in to comment.