From 45a60561678f0c96c76fc7429e18e0a942461ba3 Mon Sep 17 00:00:00 2001 From: Nattfarinn Date: Tue, 12 Dec 2023 15:24:19 +0100 Subject: [PATCH] WIP: Part VIII (Phpstan) --- phpstan-baseline.neon | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index ac2649e3e0..011fec0a19 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -18900,11 +18900,6 @@ parameters: count: 1 path: src/lib/Persistence/Legacy/Setting/Gateway/ExceptionConversion.php - - - message: "#^Cannot call method fetch\\(\\) on Doctrine\\\\DBAL\\\\ForwardCompatibility\\\\Result\\|int\\|string\\.$#" - count: 1 - path: src/lib/Persistence/Legacy/SharedGateway/DatabasePlatform/SqliteGateway.php - - message: "#^Argument of an invalid type array\\\\|iterable supplied for foreach, only iterables are supported\\.$#" count: 1 @@ -29377,7 +29372,7 @@ parameters: - message: "#^Parameter \\#2 \\$fieldDefinition of method Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\ContentTypeService\\:\\:removeFieldDefinition\\(\\) expects Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\ContentType\\\\FieldDefinition, Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\ContentType\\\\FieldDefinition\\|null given\\.$#" - count: 7 + count: 6 path: tests/integration/Core/Repository/ContentTypeServiceTest.php -