We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
::class
1 parent 612ffc4 commit 8da3d27Copy full SHA for 8da3d27
phpcs.xml
@@ -80,7 +80,11 @@
80
<property name="maxLinesCount" value="1"/>
81
</properties>
82
</rule>
83
- <rule ref="SlevomatCodingStandard.Classes.ModernClassNameReference"/>
+ <rule ref="SlevomatCodingStandard.Classes.ModernClassNameReference">
84
+ <properties>
85
+ <property name="enableOnObjects" value="false"/>
86
+ </properties>
87
+ </rule>
88
<rule ref="SlevomatCodingStandard.Functions.StaticClosure"/>
89
<rule ref="SlevomatCodingStandard.Operators.DisallowEqualOperators"/>
90
<rule ref="SlevomatCodingStandard.Operators.RequireCombinedAssignmentOperator"/>
0 commit comments