Skip to content

Commit 1dd22e4

Browse files
Merge pull request #51 from VincentLanglet/concat
✨ Remove string concat check
2 parents 7bc6fa5 + 636618e commit 1dd22e4

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

SymfonyCustom/ruleset.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,4 @@
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>

docs/standards.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)