Skip to content

Commit 82d569f

Browse files
authored
Update phpcs-ruleset.xml
1 parent 8a0d27c commit 82d569f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpcs-ruleset.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@
9898
<rule ref="SlevomatCodingStandard.TypeHints.UselessConstantTypeHint"/>
9999
<rule ref="SlevomatCodingStandard.TypeHints.DeclareStrictTypes">
100100
<properties>
101-
<property name="linesCountBeforeDeclare" value="2"/>
102-
<property name="linesCountAfterDeclare" value="2"/>
101+
<property name="linesCountBeforeDeclare" value="1"/>
102+
<property name="linesCountAfterDeclare" value="1"/>
103103
<property name="spacesCountAroundEqualsSign" value="0"/>
104104
</properties>
105105
<exclude-pattern>*.xml</exclude-pattern>

0 commit comments

Comments
 (0)