From db07602e3fd375817014413c4462a56781e807b8 Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Sun, 2 Jun 2024 10:03:36 +0200 Subject: [PATCH] Update to latest config syntax --- phpstan.neon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpstan.neon b/phpstan.neon index 5f00ee7..a90436b 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -13,7 +13,7 @@ parameters: bootstrapFiles: - vendor/autoload.php - checkGenericClassInNonGenericObjectType: false - ignoreErrors: + - + identifier: missingType.generics - '#Class Doctrine\\DBAL\\Platforms\\PostgreSqlPlatform not found#'