Skip to content

Commit

Permalink
fix(psr2): silence rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Mte90 committed Jun 20, 2023
1 parent 199e51e commit 5f8f069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CodeatCodingStandard/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<rule ref="Generic.Commenting.Fixme"/>
<rule ref="Generic.WhiteSpace.DisallowSpaceIndent"/>
<rule ref="Generic.WhiteSpace.ScopeIndent">
<rule ref="PSR2.Classes.ClassDeclaration.CloseBraceAfterBody">
<rule ref="PSR2.Classes.ClassDeclaration.CloseBraceAfterBody"/>
<properties>
<property name="indent" value="4"/>
<property name="tabIndent" value="true"/>
Expand Down

0 comments on commit 5f8f069

Please sign in to comment.