From 86d7f08b6a88c5915b4ce33de0c834143af584f6 Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Mon, 27 Oct 2025 07:21:53 +0100 Subject: [PATCH] move analyse-paths into phpstan.neon --- Makefile | 2 +- phpstan.neon | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cfbcfbd..622e78f 100644 --- a/Makefile +++ b/Makefile @@ -26,4 +26,4 @@ cs-fix: .PHONY: phpstan phpstan: - php vendor/bin/phpstan analyse -c phpstan.neon src tests + php vendor/bin/phpstan analyse -c phpstan.neon diff --git a/phpstan.neon b/phpstan.neon index 981c688..55b685b 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -8,5 +8,9 @@ parameters: level: 8 resultCachePath: tmp/resultCache.php + paths: + - src + - tests + excludePaths: - tests/*/data/*