Skip to content

Commit 02c0e92

Browse files
Douglas Greenshieldsgsdevme
authored andcommitted
feat: remove rule to enforce no spaces round string concat operator
1 parent 05c3268 commit 02c0e92

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Markup/ruleset.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<rule ref="PEAR.Functions.ValidDefaultValue"/>
1515
<rule ref="PEAR.WhiteSpace.ScopeClosingBrace"/>
1616
<rule ref="Squiz.Functions.GlobalFunction"/>
17-
<rule ref="Squiz.Strings.ConcatenationSpacing" />
1817
<rule ref="Generic.NamingConventions.UpperCaseConstantName"/>
1918
<rule ref="Generic.Functions.FunctionCallArgumentSpacing"/>
2019
<rule ref="PSR2.Files.EndFileNewline"/>
@@ -42,7 +41,6 @@
4241
<type>error</type>
4342
</rule>
4443

45-
<rule ref="PEAR.ControlStructures.MultiLineCondition"/>
4644
<rule ref="Generic.Arrays.ArrayIndent"/>
4745
<rule ref="Squiz.WhiteSpace.FunctionSpacing">
4846
<properties>

0 commit comments

Comments
 (0)