From 3ca2a81af581921e58bde8e64f718379e51f2117 Mon Sep 17 00:00:00 2001 From: Karoly Gossler Date: Thu, 22 Feb 2024 17:27:32 +0100 Subject: [PATCH] added excluded files by hand --- phpstan-baseline.neon | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 355c0f17..66740d68 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$#"