2021-07-19 20:59:41 +03:00
|
|
|
includes:
|
2021-12-08 19:52:17 +03:00
|
|
|
- vendor/phpstan/phpstan-doctrine/extension.neon
|
|
|
|
- vendor/phpstan/phpstan-symfony/extension.neon
|
2022-10-24 20:53:13 +03:00
|
|
|
- vendor/phpstan/phpstan-phpunit/extension.neon
|
|
|
|
- vendor/phpstan/phpstan-phpunit/rules.neon
|
2017-12-28 16:55:55 +03:00
|
|
|
parameters:
|
2024-07-31 20:53:05 +03:00
|
|
|
level: 8
|
|
|
|
paths:
|
|
|
|
- module
|
|
|
|
- config
|
|
|
|
- docker/config
|
2021-12-08 19:52:17 +03:00
|
|
|
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#'
|
2024-07-03 20:53:26 +03:00
|
|
|
- '#expects -1\|int<1, max>, int given#'
|
2024-05-21 19:09:45 +03:00
|
|
|
- identifier: missingType.iterableValue
|