Skip to content

Commit

Permalink
Remove deprecated sniff rule
Browse files Browse the repository at this point in the history
* Creation of dynamic property SlevomatCodingStandard\Sniffs\TypeHints\DeclareStrictTypesSniff::$newlinesCountBetweenOpenTagAndDeclare is deprecated
* this would give a warning in cs command
  and will cause cbf to fail
  • Loading branch information
pueppiblue committed Aug 31, 2023
1 parent 18f08dc commit f421664
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ProjektMOTORCodingStandard/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@

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

0 comments on commit f421664

Please sign in to comment.