From a015765ff47ad23fee8f89955231bb65777dd563 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Fri, 22 Nov 2024 10:46:57 +0100 Subject: [PATCH] Fix: Disable treatPhpDocTypesAsCertain option for phpstan/phpstan --- phpstan.neon | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpstan.neon b/phpstan.neon index 3039ec1b..bdde8809 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -13,3 +13,5 @@ parameters: - rector.php tmpDir: .build/phpstan/ + + treatPhpDocTypesAsCertain: false