From 6a9393e8edafab29ca5cad18f6eee7139800d7fc Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Tue, 28 Dec 2021 00:49:50 +0100 Subject: [PATCH] Fix return type (#9295) --- tests/Doctrine/Tests/ORM/ORMInvalidArgumentExceptionTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Doctrine/Tests/ORM/ORMInvalidArgumentExceptionTest.php b/tests/Doctrine/Tests/ORM/ORMInvalidArgumentExceptionTest.php index 02e9e6dd966..d687a82041a 100644 --- a/tests/Doctrine/Tests/ORM/ORMInvalidArgumentExceptionTest.php +++ b/tests/Doctrine/Tests/ORM/ORMInvalidArgumentExceptionTest.php @@ -30,7 +30,7 @@ public function testInvalidEntityName($value, string $expectedMessage): void } /** - * @return string[][] + * @psalm-return list */ public function invalidEntityNames(): array {