We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c41dc7 commit 199e51eCopy full SHA for 199e51e
CodeatCodingStandard/ruleset.xml
@@ -35,6 +35,7 @@
35
<rule ref="Generic.Commenting.Fixme"/>
36
<rule ref="Generic.WhiteSpace.DisallowSpaceIndent"/>
37
<rule ref="Generic.WhiteSpace.ScopeIndent">
38
+ <rule ref="PSR2.Classes.ClassDeclaration.CloseBraceAfterBody">
39
<properties>
40
<property name="indent" value="4"/>
41
<property name="tabIndent" value="true"/>
@@ -234,5 +235,5 @@
234
235
236
<rule ref="SlevomatCodingStandard">
237
<exclude name="PSR12.Classes.ClassInstantiation.MissingParentheses" />
-</rule>
238
+ </rule>
239
</ruleset>
0 commit comments