Skip to content

Commit

Permalink
Exclude declare strict types below comment
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <[email protected]>
  • Loading branch information
ghostwriter committed May 17, 2021
1 parent af23a4c commit d772c09
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/LaminasCodingStandard/ruleset.xml
Original file line number Diff line number Diff line change
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 d772c09

Please sign in to comment.