From e6e80ac95e28f1d080f35b4a36691ac0ad486658 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Tue, 17 Dec 2024 10:04:23 +0100 Subject: [PATCH] [TASK] Drop redundant PHPStan configuration options `scanDirectories` is not needed when `paths` is set. --- config/phpstan.neon | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/phpstan.neon b/config/phpstan.neon index 3d7611a6..f8df3337 100644 --- a/config/phpstan.neon +++ b/config/phpstan.neon @@ -8,10 +8,6 @@ parameters: level: 1 - scanDirectories: - - %currentWorkingDirectory%/bin/ - - %currentWorkingDirectory%/src/ - - %currentWorkingDirectory%/tests/ paths: - %currentWorkingDirectory%/bin/ - %currentWorkingDirectory%/src/