Skip to content

Commit

Permalink
Merge pull request #65 from ghostwriter/bugfix/contradicting-rules-fo…
Browse files Browse the repository at this point in the history
…r-file-header-comment

Exclude declare strict types below comment
  • Loading branch information
geerteltink committed May 17, 2021
2 parents 92cc9d3 + d772c09 commit c953ecb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/LaminasCodingStandard/ruleset.xml
Expand Up @@ -104,7 +104,9 @@

<!-- The declare(strict_types=1) directive MUST be declared and be the
first statement in a file. -->
<rule ref="WebimpressCodingStandard.Files.DeclareStrictTypes"/>
<rule ref="WebimpressCodingStandard.Files.DeclareStrictTypes">
<exclude name="WebimpressCodingStandard.Files.DeclareStrictTypes.BelowComment"/>
</rule>

<!-- 2.3 Lines -->

Expand Down

0 comments on commit c953ecb

Please sign in to comment.