From c3caaf3dae4553fd36c835a3b808d9a9f52ce20c Mon Sep 17 00:00:00 2001 From: Dennis Elsinga Date: Fri, 18 Oct 2024 16:43:29 +0200 Subject: [PATCH] Update phpstan.neon.dist configuration --- phpstan.neon.dist | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index a91953b..8c1732f 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -5,10 +5,8 @@ parameters: level: 4 paths: - src - - config - - database tmpDir: build/phpstan checkOctaneCompatibility: true checkModelProperties: true - checkMissingIterableValueType: false +# checkMissingIterableValueType: false