Files
archived-deprecations/phpstan.neon
Grégoire Paris 3a75ce3d8f Remove unneeded overrides
We never call these methods since 5653e3fe9d.
2024-12-15 13:26:38 +01:00

16 lines
475 B
Plaintext

parameters:
level: 9
paths:
- src
- tests
- test_fixtures
ignoreErrors:
# False positive due to https://github.com/phpstan/phpstan/issues/9384
-
message: '/^Static property Doctrine\\Deprecations\\Deprecation::\$type \(int<0, 7>\|null\) does not accept int\.$/'
path: src/Deprecation.php
includes:
- vendor/phpstan/phpstan-phpunit/extension.neon
- vendor/phpstan/phpstan-phpunit/rules.neon