phpstan exclude only analyse

This commit is contained in:
Yuri Kuznetsov
2024-11-10 17:49:01 +02:00
parent 48b27116ab
commit 4b93f1e8cc

View File

@@ -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