From 28fef8d39f0d2ac7d3d08803f5aaae8f8e433d0f Mon Sep 17 00:00:00 2001 From: Kevin Papst Date: Fri, 27 Sep 2024 22:46:42 +0200 Subject: [PATCH] phpstan --- phpstan.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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