wallabag/phpstan.neon
Jeremy Benoist b7dba18cb2
Cleanup
2022-11-23 15:51:33 +01:00

20 lines
411 B
Plaintext

includes:
- phpstan-baseline.neon
parameters:
level: 2
paths:
- src
- tests
symfony:
container_xml_path: %rootDir%/../../../var/cache/test/appTestDebugProjectContainer.xml
bootstrapFiles:
- vendor/bin/.phpunit/phpunit-8.5-0/vendor/autoload.php
inferPrivatePropertyTypeFromConstructor: true
ignoreErrors:
- '#^Service ".+" is private\.?#'