Files
espocrm/phpstan.neon
2026-03-23 10:40:22 +02:00

17 lines
412 B
Plaintext

parameters:
level: 8
inferPrivatePropertyTypeFromConstructor: true
treatPhpDocTypesAsCertain: false
paths:
- application
reportUnmatchedIgnoredErrors: false
excludePaths:
analyse:
- application/Espo/Core/Select/SelectManager.php
- custom/Espo/Modules/*/vendor/*
services:
-
class: EspoDev\PHPStan\Extensions\EntityManagerReturnType
tags:
- phpstan.broker.dynamicMethodReturnTypeExtension