Skip to content

Commit

Permalink
Add test to exclude rule
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Jun 1, 2022
1 parent b4f592e commit 7a62ca6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@
<!-- Using @group and Group entity in the same file -->
<exclude-pattern>tests/Doctrine/Tests/ORM/Functional/Ticket/DDC1885Test.php</exclude-pattern>
<exclude-pattern>tests/Doctrine/Tests/ORM/Functional/Ticket/DDC1843Test.php</exclude-pattern>
<exclude-pattern>tests/Doctrine/Tests/ORM/Mapping/ClassMetadataFactoryTest.php</exclude-pattern>
</rule>

<rule ref="Generic.CodeAnalysis.EmptyStatement.DetectedElse">
Expand Down

0 comments on commit 7a62ca6

Please sign in to comment.