1
0
Fork 0
mirror of https://github.com/shlinkio/shlink.git synced 2025-03-20 23:22:39 +03:00
shlink/phpstan.neon

17 lines
677 B
Text
Raw Normal View History

includes:
- vendor/phpstan/phpstan-doctrine/extension.neon
- vendor/phpstan/phpstan-symfony/extension.neon
2022-10-24 19:53:13 +02:00
- vendor/phpstan/phpstan-phpunit/extension.neon
- vendor/phpstan/phpstan-phpunit/rules.neon
parameters:
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 19:53:26 +02:00
- '#expects -1\|int<1, max>, int given#'
2024-05-21 18:09:45 +02:00
- identifier: missingType.generics
- identifier: missingType.iterableValue