Skip to content

Commit

Permalink
Fixed spacing between different types of use
Browse files Browse the repository at this point in the history
  • Loading branch information
roslov committed Apr 11, 2024
1 parent 2403d85 commit aa6e3ce
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion PSR12Ext/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,11 @@
<property name="searchAnnotations" value="true" />
</properties>
</rule>
<rule ref="SlevomatCodingStandard.Namespaces.UseSpacing" />
<rule ref="SlevomatCodingStandard.Namespaces.UseSpacing">
<properties>
<property name="linesCountBetweenUseTypes" value="1" />
</properties>
</rule>
<rule ref="SlevomatCodingStandard.Operators.NegationOperatorSpacing" />
<rule ref="SlevomatCodingStandard.Operators.RequireCombinedAssignmentOperator" />
<rule ref="SlevomatCodingStandard.Operators.SpreadOperatorSpacing" />
Expand Down

0 comments on commit aa6e3ce

Please sign in to comment.