mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-22 08:56:42 -06:00
12 lines
419 B
Plaintext
12 lines
419 B
Plaintext
includes:
|
|
- vendor/phpstan/phpstan-doctrine/extension.neon
|
|
- vendor/phpstan/phpstan-symfony/extension.neon
|
|
parameters:
|
|
checkMissingIterableValueType: false
|
|
checkGenericClassInNonGenericObjectType: false
|
|
symfony:
|
|
console_application_loader: 'config/cli-app.php'
|
|
doctrine:
|
|
repositoryClass: Happyr\DoctrineSpecification\Repository\EntitySpecificationRepository
|
|
objectManagerLoader: 'config/entity-manager.php'
|