diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 355c0f17..9eaf0739 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -1,4 +1,19 @@ parameters: + excludePaths: + - tests/Ticket/632TestCase.php + - lib/Doctrine/Search/Indexer.php + - tests/Collection/SnapshotTestCase.php + - tests/CollectionTestCase.php + - tests/IntegrityActionTestCase.php + - tests/Relation/NestTestCase.php + - tests/Ticket/1449TestCase.php + - tests/Ticket/1876TestCase.php + - tests/Ticket/1876bTestCase.php + - tests/Ticket/1876bTestCase.php + - tests/Ticket/632TestCase.php + - tests/Ticket/632TestCase.php + - tests/run.php + ignoreErrors: - message: "#^Class Doctrine_Access implements generic interface ArrayAccess but does not specify its types\\: TKey, TValue$#"