We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9333fe9 commit 96dbb71Copy full SHA for 96dbb71
src/PatchlevelCodingStandard/ruleset.xml
@@ -42,16 +42,10 @@
42
<rule ref="Generic.CodeAnalysis.UselessOverridingMethod"/>
43
<!-- Forbid inline HTML in PHP code -->
44
<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>
51
<!-- Force whitespace after a type cast -->
52
<rule ref="Generic.Formatting.SpaceAfterCast">
53
<properties>
54
- <property name="spacing" value="1"/>
+ <property name="spacing" value="0"/>
55
</properties>
56
</rule>
57
<!-- Force no whitespace after `!` -->
0 commit comments