Skip to content

Commit

Permalink
Exclude SlevomatCodingStandard.TypeHints.DeclareStrictTypes.Incorrect…
Browse files Browse the repository at this point in the history
…StrictTypesFormat (#23)

It is covered by PSR12.Files.DeclareStatement
  • Loading branch information
IanDelMar authored Sep 3, 2024
1 parent e10a2e1 commit 5d7b013
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PSR12NeutronRuleset/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,9 @@
<properties>
<property name="linesCountBeforeDeclare" value="1"/>
<property name="linesCountAfterDeclare" value="1"/>
<property name="spacesCountAroundEqualsSign" value="0"/>
</properties>
<!-- Covered by PSR12.Files.DeclareStatement -->
<exclude name="SlevomatCodingStandard.TypeHints.DeclareStrictTypes.IncorrectStrictTypesFormat"/>
</rule>
<!-- Namespace -->
<rule ref="SlevomatCodingStandard.Namespaces.RequireOneNamespaceInFile"/>
Expand Down

0 comments on commit 5d7b013

Please sign in to comment.