We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f8f069 commit e81a996Copy full SHA for e81a996
CodeatCodingStandard/ruleset.xml
@@ -35,7 +35,6 @@
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"/>
@@ -233,7 +232,10 @@
233
232
</properties>
234
</rule>
235
236
- <rule ref="SlevomatCodingStandard">
+ <rule ref="PSR12">
237
<exclude name="PSR12.Classes.ClassInstantiation.MissingParentheses" />
238
+ <rule ref="PSR2">
239
+ <exclude name="PSR2.Classes.ClassDeclaration.CloseBraceAfterBody"/>
240
+ </rule>
241
</ruleset>
0 commit comments