Files
espocrm/phpstan.neon
2026-04-07 11:10:10 +03:00

16 lines
360 B
Plaintext

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