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