Files
espocrm/phpstan.neon
Yuri Kuznetsov 3f2364cd8d phpstan level 8
2022-03-24 12:35:02 +02:00

15 lines
364 B
Plaintext

parameters:
level: 8
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