Select Git revision
phpstan.neon

Reiter, Christoph authored
This adds one config entry and injects the value into a service when the bundle gets loaded. See the README changes for how to set the config in the symfony app. Fixes #2
phpstan.neon 425 B
includes:
- vendor/phpstan/phpstan-phpunit/extension.neon
parameters:
inferPrivatePropertyTypeFromConstructor: true
level: 3
paths:
- src
- tests
bootstrapFiles:
- vendor/bin/.phpunit/phpunit-9-0/vendor/autoload.php
excludes_analyse:
- tests/bootstrap.php
ignoreErrors:
- message: '#.*NodeDefinition::children.*#'
path: ./src/DependencyInjection