From d715fba0495fc533defc7e9843abfc55b3e107bd Mon Sep 17 00:00:00 2001 From: Jakub Mikita Date: Mon, 6 May 2024 13:57:25 +0200 Subject: [PATCH] ci: add treatPhpDocTypesAsCertain: false --- phpstan.neon | 1 + 1 file changed, 1 insertion(+) diff --git a/phpstan.neon b/phpstan.neon index 05ff701c..6e4df45f 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -4,6 +4,7 @@ includes: parameters: level: max inferPrivatePropertyTypeFromConstructor: true + treatPhpDocTypesAsCertain: false scanFiles: - vendor/php-stubs/wp-cli-stubs/wp-cli-stubs.php paths: