From 48b27116abebee937fb2291641b3758a81461dfb Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sun, 10 Nov 2024 17:08:38 +0200 Subject: [PATCH] phpstan exclude module vendor --- phpstan.neon | 1 + 1 file changed, 1 insertion(+) diff --git a/phpstan.neon b/phpstan.neon index 6e7a10000b..8c937938d8 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -7,6 +7,7 @@ parameters: reportUnmatchedIgnoredErrors: false excludePaths: - application/Espo/Core/Select/SelectManager.php + - custom/Espo/Modules/*/vendor/* services: - class: EspoDev\PHPStan\Extensions\EntityManagerReturnType