19 lines
481 B
Plaintext
19 lines
481 B
Plaintext
includes:
|
|
- phpstan-baseline.neon
|
|
parameters:
|
|
level: max
|
|
paths:
|
|
- .
|
|
bootstrap: test/bootstrap-phpstan.php
|
|
reportUnmatchedIgnoredErrors: true
|
|
inferPrivatePropertyTypeFromConstructor: true
|
|
checkMissingIterableValueType: false
|
|
checkGenericClassInNonGenericObjectType: false
|
|
excludes_analyse:
|
|
- examples/openid.php
|
|
- node_modules/*
|
|
- test/sami-config.php
|
|
- tmp/*
|
|
- twig-templates/*
|
|
- vendor/*
|