We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c57cf7 commit 41684a2Copy full SHA for 41684a2
phpstan-baseline.neon
@@ -1,4 +1,19 @@
1
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
13
14
15
+ - tests/run.php
16
+
17
ignoreErrors:
18
-
19
message: "#^Class Doctrine_Access implements generic interface ArrayAccess but does not specify its types\\: TKey, TValue$#"
0 commit comments