|
1
|
parameters:
|
|
2
|
level: 8
|
|
3
|
paths:
|
|
4
|
- src
|
|
5
|
- tests
|
|
6
|
excludes_analyse:
|
|
7
|
- tests/Composer/Installers/Test/PolyfillTestCase.php
|
|
8
|
ignoreErrors:
|
|
9
|
- '~Test::[a-zA-Z0-9]+Provider\(\) return type~'
|
|
10
|
|
|
11
|
includes:
|
|
12
|
- vendor/phpstan/phpstan-phpunit/extension.neon
|
|
13
|
|