Skip to content

Commit

Permalink
Merge pull request #36 from geerteltink/fix/declaration
Browse files Browse the repository at this point in the history
Remove contradicting rule for file header comment
  • Loading branch information
geerteltink committed Sep 8, 2020
2 parents 21e4c95 + 137a921 commit 0a3a28a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/LaminasCodingStandard/ruleset.xml
Expand Up @@ -105,6 +105,7 @@
<!-- The declare(strict_types=1) directive MUST be declared and be the
first statement in a file. -->
<rule ref="WebimpressCodingStandard.Files.DeclareStrictTypes">
<exclude name="WebimpressCodingStandard.Files.DeclareStrictTypes.BelowComment"/>
<properties>
<property name="containsTags" type="array">
<element value="@copyright"/>
Expand Down

0 comments on commit 0a3a28a

Please sign in to comment.