Skip to content

Commit

Permalink
Fix slevomat configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
heiglandreas committed Jan 17, 2024
1 parent cb8ea2d commit 1c8c07f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,16 +129,16 @@
<rule ref="SlevomatCodingStandard.TypeHints.DeclareStrictTypes">
<properties>
<property
name="newlinesCountBetweenOpenTagAndDeclare"
value="2"
name="linesCountBeforeDeclare"
value="1"
/>
<property
name="spacesCountAroundEqualsSign"
value="0"
/>
<property
name="newlinesCountAfterDeclare"
value="2"
name="linesCountAfterDeclare"
value="1"
/>
</properties>
</rule>
Expand Down

0 comments on commit 1c8c07f

Please sign in to comment.