Skip to content

Commit 970c485

Browse files
committed
remove MultipleStatementAlignment
1 parent 3325cde commit 970c485

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/PatchlevelCodingStandard/ruleset.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,6 @@
4242
<rule ref="Generic.CodeAnalysis.UselessOverridingMethod"/>
4343
<!-- Forbid inline HTML in PHP code -->
4444
<rule ref="Generic.Files.InlineHTML"/>
45-
<!-- Align corresponding assignment statement tokens -->
46-
<rule ref="Generic.Formatting.MultipleStatementAlignment">
47-
<properties>
48-
<property name="error" value="true"/>
49-
</properties>
50-
</rule>
5145
<!-- Force whitespace after a type cast -->
5246
<rule ref="Generic.Formatting.SpaceAfterCast">
5347
<properties>

0 commit comments

Comments
 (0)