From 4b93f1e8ccf703293c3d26ef608d70eede03e1a8 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sun, 10 Nov 2024 17:49:01 +0200 Subject: [PATCH] phpstan exclude only analyse --- phpstan.neon | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/phpstan.neon b/phpstan.neon index 8c937938d8..e93b00855a 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -6,8 +6,9 @@ parameters: - application reportUnmatchedIgnoredErrors: false excludePaths: - - application/Espo/Core/Select/SelectManager.php - - custom/Espo/Modules/*/vendor/* + analyse: + - application/Espo/Core/Select/SelectManager.php + - custom/Espo/Modules/*/vendor/* services: - class: EspoDev\PHPStan\Extensions\EntityManagerReturnType