diff --git a/phpstan.neon b/phpstan.neon index e164a7e..c4993f7 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -8,6 +8,6 @@ includes: parameters: level: 9 excludePaths: - - vendor/ + - vendor/(?) treatPhpDocTypesAsCertain: false inferPrivatePropertyTypeFromConstructor: true