Files
espocrm/phpstan.neon
2026-03-20 14:10:44 +02:00

18 lines
456 B
Plaintext

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