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 3325cde commit 970c485Copy full SHA for 970c485
src/PatchlevelCodingStandard/ruleset.xml
@@ -42,12 +42,6 @@
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="error" value="true"/>
49
- </properties>
50
- </rule>
51
<!-- Force whitespace after a type cast -->
52
<rule ref="Generic.Formatting.SpaceAfterCast">
53
<properties>
0 commit comments