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 76140e3 commit 3d57901Copy full SHA for 3d57901
1 file changed
src/Hostnet/ruleset.xml
@@ -30,7 +30,6 @@
30
31
<rule ref="Generic.Formatting.MultipleStatementAlignment">
32
<properties>
33
- <property name="ignoreMultiLine" value="true"/>
34
<property name="error" value="true"/>
35
</properties>
36
</rule>
@@ -169,9 +168,7 @@
169
168
<rule ref="SlevomatCodingStandard.TypeHints.DeclareStrictTypes">
170
<exclude name="SlevomatCodingStandard.TypeHints.DeclareStrictTypes.IncorrectWhitespaceBeforeDeclare"/>
171
172
- <property name="newlinesCountBetweenOpenTagAndDeclare" value="1"/>
173
<property name="spacesCountAroundEqualsSign" value="0"/>
174
- <property name="newlinesCountAfterDeclare" value="2"/>
175
176
177
0 commit comments