Skip to content

Commit

Permalink
CS: Fix excludes for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Majkl578 committed Mar 8, 2018
1 parent e5ef925 commit f3c72dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
<file>lib</file>
<file>tests</file>

<exclude-pattern>*/tests/Doctrine/Tests/Proxies/__CG__/*</exclude-pattern>
<exclude-pattern>*/tests/Doctrine/Tests/ORM/Proxy/generated/*</exclude-pattern>
<exclude-pattern>*/tests/Doctrine/Tests/Proxies/*</exclude-pattern>

<rule ref="Doctrine">
<exclude name="SlevomatCodingStandard.TypeHints.TypeHintDeclaration.MissingParameterTypeHint"/>
Expand Down

0 comments on commit f3c72dc

Please sign in to comment.