Skip to content

Commit

Permalink
qa: ignore declare strict_types in CS checks
Browse files Browse the repository at this point in the history
For the plugin class itself, since it MUST support PHP 5.6.
  • Loading branch information
weierophinney committed Oct 29, 2019
1 parent e778901 commit 7f00dc3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
/laminas-mkdoc-theme.tgz
/laminas-mkdoc-theme/
/.phpunit.result.cache
/composer.lock
4 changes: 4 additions & 0 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@
<file>test</file>

<exclude-pattern>test/*/TestAsset/</exclude-pattern>

<rule ref="WebimpressCodingStandard.PHP.DeclareStrictTypes">
<exclude-pattern>src/DependencyRewriterPlugin.php</exclude-pattern>
</rule>
</ruleset>

0 comments on commit 7f00dc3

Please sign in to comment.