File tree Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change 8282 <rule ref =" Squiz.WhiteSpace.LogicalOperatorSpacing" />
8383 <rule ref =" Squiz.WhiteSpace.CastSpacing" />
8484 <rule ref =" Squiz.WhiteSpace.ObjectOperatorSpacing" />
85- <rule ref =" Generic.Strings.UnnecessaryStringConcat" >
86- <properties >
87- <property name =" allowMultiline" value =" true" />
88- </properties >
89- </rule >
9085</ruleset >
Original file line number Diff line number Diff line change @@ -138,16 +138,6 @@ we do not respect this rule:
138138</rule>
139139```
140140
141- - Do not use unnecessary concat operator
142-
143- ```
144- <rule ref="Generic.Strings.UnnecessaryStringConcat">
145- <properties>
146- <property name="allowMultiline" value="true"/>
147- </properties>
148- </rule>
149- ```
150-
151141### Custom
152142- Some others checks are made about array (` => ` alignments and indentation)
153143
You can’t perform that action at this time.
0 commit comments