2021-07-19 20:59:41 +03:00
|
|
|
includes:
|
2021-07-20 14:29:50 +03:00
|
|
|
- vendor/phpstan/phpstan-doctrine/extension.neon
|
2021-07-19 20:59:41 +03:00
|
|
|
- vendor/phpstan/phpstan-symfony/extension.neon
|
2017-12-28 16:55:55 +03:00
|
|
|
parameters:
|
2020-01-11 22:36:17 +03:00
|
|
|
checkMissingIterableValueType: false
|
|
|
|
checkGenericClassInNonGenericObjectType: false
|
2021-07-19 20:59:41 +03:00
|
|
|
symfony:
|
|
|
|
console_application_loader: 'config/cli-app.php'
|
2021-07-20 14:29:50 +03:00
|
|
|
doctrine:
|
|
|
|
repositoryClass: Happyr\DoctrineSpecification\Repository\EntitySpecificationRepository
|
|
|
|
objectManagerLoader: 'config/entity-manager.php'
|