Skip to content

Commit

Permalink
Merge pull request #252 from greg0ire/remove-common-refs
Browse files Browse the repository at this point in the history
Remove references to non-existent directory
  • Loading branch information
greg0ire authored May 26, 2024
2 parents cdc9785 + 16f0ec2 commit 5a5009e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
5 changes: 1 addition & 4 deletions phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@
<file>lib</file>
<file>tests</file>

<rule ref="Doctrine">
<exclude-pattern>lib/Doctrine/Common</exclude-pattern>
<exclude-pattern>tests/Doctrine/Tests/Common</exclude-pattern>
</rule>
<rule ref="Doctrine" />

<rule ref="SlevomatCodingStandard.TypeHints.PropertyTypeHint">
<properties>
Expand Down
3 changes: 0 additions & 3 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,3 @@ parameters:
paths:
- lib
- tests

excludePaths:
- %rootDir%/../../../tests/Doctrine/Tests/Common/*

0 comments on commit 5a5009e

Please sign in to comment.