Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #172 from minvws/phpcs
Browse files Browse the repository at this point in the history
Removed newlinesCountBetweenOpenTagAndDeclare from phpcs config
  • Loading branch information
annejan authored May 22, 2024
2 parents f5258c0 + 5daae85 commit 1e4808e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

<rule ref="SlevomatCodingStandard.TypeHints.DeclareStrictTypes">
<properties>
<property name="newlinesCountBetweenOpenTagAndDeclare" type="int" value="2" />
<property name="spacesCountAroundEqualsSign" type="int" value="0" />
</properties>
</rule>
Expand Down

0 comments on commit 1e4808e

Please sign in to comment.