Configuring space between use sections to be PSR-12 compliant
This commit is contained in:
parent
8fefef5a7f
commit
26762ba2ea
1 changed files with 5 additions and 1 deletions
|
@ -45,7 +45,11 @@
|
|||
</rule>
|
||||
<rule ref="SlevomatCodingStandard.Namespaces.UseFromSameNamespace" />
|
||||
<rule ref="SlevomatCodingStandard.Namespaces.UselessAlias" />
|
||||
<rule ref="SlevomatCodingStandard.Namespaces.UseSpacing" />
|
||||
<rule ref="SlevomatCodingStandard.Namespaces.UseSpacing"><!-- PSR12 requires these new lines -->
|
||||
<properties>
|
||||
<property name="linesCountBetweenUseTypes" value="1" />
|
||||
</properties>
|
||||
</rule>
|
||||
|
||||
<!-- Duplicate spaces are needed for indentation in Doctrine annotations -->
|
||||
<rule ref="SlevomatCodingStandard.Whitespaces.DuplicateSpaces">
|
||||
|
|
Loading…
Reference in a new issue