Skip to content

Commit 1389b46

Browse files
committed
Add to phpcs.xml
1 parent aff0321 commit 1389b46

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

phpcs.xml.dist

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,13 @@
8888
<rule ref="SlevomatCodingStandard.Whitespaces.DuplicateSpaces"/>
8989
<rule ref="SlevomatCodingStandard.Variables.UnusedVariable"/>
9090
<rule ref="SlevomatCodingStandard.Variables.UselessVariable"/>
91+
<rule ref="SlevomatCodingStandard.Operators.SpreadOperatorSpacing">
92+
<properties>
93+
<property name="spacesCountAfterOperator" value="0" />
94+
</properties>
95+
</rule>
96+
<rule ref="SlevomatCodingStandard.PHP.ShortList"/>
97+
<rule ref="SlevomatCodingStandard.PHP.TypeCast"/>
9198
<rule ref="SlevomatCodingStandard.Commenting.DocCommentSpacing">
9299
<properties>
93100
<property name="linesCountBeforeFirstContent" value="0"/>

0 commit comments

Comments
 (0)