We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f570316 commit 39d6c02Copy full SHA for 39d6c02
phpcs.xml
@@ -88,6 +88,13 @@
88
<rule ref="SlevomatCodingStandard.Whitespaces.DuplicateSpaces"/>
89
<rule ref="SlevomatCodingStandard.Variables.UnusedVariable"/>
90
<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"/>
98
<rule ref="SlevomatCodingStandard.Commenting.DocCommentSpacing">
99
<properties>
100
<property name="linesCountBeforeFirstContent" value="0"/>
0 commit comments