From 97cea2188a6a2af8dd10e3208111b3d1b9699331 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Ostroluck=C3=BD?= Date: Sun, 5 Dec 2021 10:09:38 +0100 Subject: [PATCH] Suppress `InvalidClass: Class, interface or enum Doctrine\DBAL\Platforms\MySQLPlatform has wrong casing` --- Tests/ConnectionFactoryTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/ConnectionFactoryTest.php b/Tests/ConnectionFactoryTest.php index bf42ed32c..af75a1db2 100644 --- a/Tests/ConnectionFactoryTest.php +++ b/Tests/ConnectionFactoryTest.php @@ -145,6 +145,7 @@ class FakeDriver implements Driver * @psalm-suppress InvalidReturnStatement * @psalm-suppress InvalidReturnType * @psalm-suppress UndefinedClass + * @psalm-suppress InvalidClass */ public function getDatabasePlatform(): AbstractPlatform {