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 8a0d27c commit 82d569fCopy full SHA for 82d569f
phpcs-ruleset.xml
@@ -98,8 +98,8 @@
98
<rule ref="SlevomatCodingStandard.TypeHints.UselessConstantTypeHint"/>
99
<rule ref="SlevomatCodingStandard.TypeHints.DeclareStrictTypes">
100
<properties>
101
- <property name="linesCountBeforeDeclare" value="2"/>
102
- <property name="linesCountAfterDeclare" value="2"/>
+ <property name="linesCountBeforeDeclare" value="1"/>
+ <property name="linesCountAfterDeclare" value="1"/>
103
<property name="spacesCountAroundEqualsSign" value="0"/>
104
</properties>
105
<exclude-pattern>*.xml</exclude-pattern>
0 commit comments