This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/phpstan.neon
T
2024-11-10 17:08:38 +02:00

16 lines
399 B
Plaintext

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