Skip to content
Snippets Groups Projects
Unverified Commit e2ab67d3 authored by Patrizio Bekerle's avatar Patrizio Bekerle
Browse files

Add phpstan config

parent a6b384f7
No related branches found
No related tags found
No related merge requests found
#includes:
# - vendor/phpstan/phpstan-phpunit/extension.neon
parameters:
inferPrivatePropertyTypeFromConstructor: true
level: 3
paths:
- appinfo
- lib
- templates
- tests
excludePaths:
ignoreErrors:
- message: '#.*NodeDefinition::children.*#'
path: ./src/DependencyInjection
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment