Skip to content

Commit 39d6c02

Browse files
committed
Add to phpcs.xml
1 parent f570316 commit 39d6c02

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

phpcs.xml

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)