From 614e86309b73641c85302d318742ecbe6192ef57 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Fri, 10 Jul 2026 09:16:00 +0200 Subject: [PATCH] [TASK] Do not scan the PHPStan unit tests with PHPStan This is broken with newer versions of PHPStan. Fixes #1602 --- Build/phpstan/phpstan.neon | 1 + 1 file changed, 1 insertion(+) diff --git a/Build/phpstan/phpstan.neon b/Build/phpstan/phpstan.neon index 93c0794e..0556cc92 100644 --- a/Build/phpstan/phpstan.neon +++ b/Build/phpstan/phpstan.neon @@ -14,6 +14,7 @@ parameters: - %currentWorkingDirectory%/tests/ excludePaths: + - %currentWorkingDirectory%/tests/Unit/PhpStan/ - %currentWorkingDirectory%/tests/fixtures/phpstan/ type_perfect: