phpstan exclude module vendor

This commit is contained in:
Yuri Kuznetsov
2024-11-10 17:08:38 +02:00
parent 48f46ac1ee
commit 48b27116ab
+1
View File
@@ -7,6 +7,7 @@ parameters:
reportUnmatchedIgnoredErrors: false reportUnmatchedIgnoredErrors: false
excludePaths: excludePaths:
- application/Espo/Core/Select/SelectManager.php - application/Espo/Core/Select/SelectManager.php
- custom/Espo/Modules/*/vendor/*
services: services:
- -
class: EspoDev\PHPStan\Extensions\EntityManagerReturnType class: EspoDev\PHPStan\Extensions\EntityManagerReturnType