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 2111e9c commit 582d97cCopy full SHA for 582d97c
Proton/ruleset.xml
@@ -234,9 +234,9 @@
234
<!-- Require presence of declare(strict_types=1) -->
235
<rule ref="SlevomatCodingStandard.TypeHints.DeclareStrictTypes">
236
<properties>
237
- <property name="newlinesCountBetweenOpenTagAndDeclare" value="2"/>
+ <property name="linesCountBeforeDeclare" value="1"/>
238
<property name="spacesCountAroundEqualsSign" value="0"/>
239
- <property name="newlinesCountAfterDeclare" value="2"/>
+ <property name="linesCountAfterDeclare" value="1"/>
240
</properties>
241
</rule>
242
<rule ref="SlevomatCodingStandard.TypeHints.UnionTypeHintFormat"/>
0 commit comments