Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions MrmCommerceMagento2CodingStandard/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -342,15 +342,6 @@
<exclude name="SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator.ClassNameReferencedViaFunctionCall" phpcbf-only="true"/>
</rule>

<!-- One empty line between methods. -->
<rule ref="SlevomatCodingStandard.Classes.MethodSpacing">
<severity>5</severity>
<properties>
<property name="minLinesCount" value="1"/>
<property name="maxLinesCount" value="1"/>
</properties>
</rule>

<!-- Keeps the right number of spaces in property declarations and ensures that the order of modifiers (e.g. public, static, readonly) is always the same. -->
<rule ref="SlevomatCodingStandard.Classes.PropertyDeclaration">
<severity>5</severity>
Expand Down