2021-07-19 12:59:41 -05:00
|
|
|
includes:
|
2021-12-08 10:52:17 -06:00
|
|
|
- vendor/phpstan/phpstan-doctrine/extension.neon
|
|
|
|
- vendor/phpstan/phpstan-symfony/extension.neon
|
2017-12-28 07:55:55 -06:00
|
|
|
parameters:
|
2021-12-08 10:52:17 -06:00
|
|
|
checkMissingIterableValueType: false
|
|
|
|
checkGenericClassInNonGenericObjectType: false
|
|
|
|
symfony:
|
|
|
|
console_application_loader: 'config/cli-app.php'
|
|
|
|
doctrine:
|
|
|
|
repositoryClass: Happyr\DoctrineSpecification\Repository\EntitySpecificationRepository
|
|
|
|
objectManagerLoader: 'config/entity-manager.php'
|
|
|
|
ignoreErrors:
|
|
|
|
- '#should return int<0, max> but returns int#'
|
|
|
|
- '#expects -1|int<1, max>, int given#'
|