From 592d73939d38fbab747e5f7a7918e0efd7923337 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 10 Sep 2026 21:53:56 +0200 Subject: [PATCH] Update phpstan-third-party For `composer run-script phpstan-third-party` --- phpstan-third-party.neon | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/phpstan-third-party.neon b/phpstan-third-party.neon index d616007c..5402e945 100644 --- a/phpstan-third-party.neon +++ b/phpstan-third-party.neon @@ -1,7 +1,7 @@ parameters: phpVersion: min: 80100 # PHP 8.1 - max: 80499 # PHP 8.4 + max: 80599 # PHP 8.5 level: 0 # https://phpstan.org/user-guide/rule-levels fileExtensions: - php @@ -12,15 +12,18 @@ parameters: excludePaths: analyse: - ../FreshRSS + - third-party/*/composer-setup.php - third-party/*/vendor/*? analyseAndScan: - .git/*? - node_modules/*? - symbolic/*? - third-party/*/tests/*? + - third-party/*/phpstan-bootstrap.php - tmp/*? - vendor/ - xExtension-* + reportUnmatchedIgnoredErrors: false dynamicConstantNames: - TYPE_GIT reportMaybesInPropertyPhpDocTypes: false