From b9810cc1f2dcd8dd4cb9c298e9fb2eb3c87aeb1b Mon Sep 17 00:00:00 2001 From: SonataCI Date: Wed, 7 May 2025 20:12:16 +0000 Subject: [PATCH] DevKit updates --- phpstan.neon.dist | 2 -- 1 file changed, 2 deletions(-) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index d3f69495..ece9230b 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -14,9 +14,7 @@ parameters: scanFiles: - vendor/symfony/dependency-injection/Loader/Configurator/ContainerConfigurator.php treatPhpDocTypesAsCertain: false - checkGenericClassInNonGenericObjectType: true checkInternalClassCaseSensitivity: true - checkMissingIterableValueType: true checkMissingVarTagTypehint: true checkMissingTypehints: true checkUninitializedProperties: true