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 -