From 25943decd63341057c6acdcac295d930772c28e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Mon, 2 Dec 2024 21:29:41 +0100 Subject: [PATCH] Improve phpstan configuration --- phpstan.neon.dist | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 18b7c70..547b6e9 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -1,11 +1,6 @@ parameters: level: 7 - reportUnmatchedIgnoredErrors: false bootstrapFiles: - - %currentWorkingDirectory%/vendor/squizlabs/php_codesniffer/autoload.php + - vendor/squizlabs/php_codesniffer/autoload.php paths: - - %currentWorkingDirectory%/VariableAnalysis/ - excludePaths: - - %currentWorkingDirectory%/Tests/ - ignoreErrors: - - '~^Constant T_\w+ not found.$~' + - VariableAnalysis/