Skip to content

Commit 96dbb71

Browse files
committed
remove alignment, no space after typecast
1 parent 9333fe9 commit 96dbb71

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/PatchlevelCodingStandard/ruleset.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,10 @@
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="alignAtEnd" value="false" />
49-
</properties>
50-
</rule>
5145
<!-- Force whitespace after a type cast -->
5246
<rule ref="Generic.Formatting.SpaceAfterCast">
5347
<properties>
54-
<property name="spacing" value="1"/>
48+
<property name="spacing" value="0"/>
5549
</properties>
5650
</rule>
5751
<!-- Force no whitespace after `!` -->

0 commit comments

Comments
 (0)