Files
espocrm/phpstan.neon
Yuri Kuznetsov 0a5a82fb38 phpstan 6 level
2022-03-12 19:45:56 +02:00

15 lines
364 B
Plaintext

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