From 71877b9da3145833d0255274a1bbdcda8ff60e5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Mon, 16 Dec 2024 09:12:25 +0100 Subject: [PATCH] Remove fixed issue from baseline The commit that fixed this issue passed the build because it was created in parallel to 33b858a. --- phpstan-baseline.neon | 5 ----- 1 file changed, 5 deletions(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 789cda34..7f275aca 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -210,11 +210,6 @@ parameters: count: 2 path: src/ReferenceRepository.php - - - message: "#^Method Doctrine\\\\Common\\\\DataFixtures\\\\ReferenceRepository\\:\\:getIdentifier\\(\\) return type has no value type specified in iterable type array\\.$#" - count: 1 - path: src/ReferenceRepository.php - - message: "#^Parameter \\#1 \\$className of method Doctrine\\\\Persistence\\\\ObjectManager\\:\\:getClassMetadata\\(\\) expects class\\-string\\, string given\\.$#" count: 2