Skip to content

Commit

Permalink
fix phpcs.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
schlndh committed Feb 16, 2024
1 parent 1f26540 commit ecd7d54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@

<rule ref="SlevomatCodingStandard.TypeHints.DeclareStrictTypes">
<properties>
<property name="newlinesCountBetweenOpenTagAndDeclare" value="2" />
<property name="newlinesCountAfterDeclare" value="2"/>
<property name="linesCountBeforeDeclare" value="1" />
<property name="linesCountAfterDeclare" value="1"/>
<property name="spacesCountAroundEqualsSign" value="0" />
</properties>
</rule>
Expand Down

0 comments on commit ecd7d54

Please sign in to comment.