Skip to content

Commit 41684a2

Browse files
committed
added excluded files by hand
1 parent 2c57cf7 commit 41684a2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

phpstan-baseline.neon

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
parameters:
2+
excludePaths:
3+
- tests/Ticket/632TestCase.php
4+
- lib/Doctrine/Search/Indexer.php
5+
- tests/Collection/SnapshotTestCase.php
6+
- tests/CollectionTestCase.php
7+
- tests/IntegrityActionTestCase.php
8+
- tests/Relation/NestTestCase.php
9+
- tests/Ticket/1449TestCase.php
10+
- tests/Ticket/1876TestCase.php
11+
- tests/Ticket/1876bTestCase.php
12+
- tests/Ticket/1876bTestCase.php
13+
- tests/Ticket/632TestCase.php
14+
- tests/Ticket/632TestCase.php
15+
- tests/run.php
16+
217
ignoreErrors:
318
-
419
message: "#^Class Doctrine_Access implements generic interface ArrayAccess but does not specify its types\\: TKey, TValue$#"

0 commit comments

Comments
 (0)