Files
espocrm/phpstan.neon
Yuri Kuznetsov 0598e82196 type fixes
2022-02-21 13:27:00 +02:00

15 lines
364 B
Plaintext

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