1parameters:
2    level: 3
3    paths:
4        - %rootDir%/../../../lib
5        - %rootDir%/../../../tests
6
7    ignoreErrors:
8        - '#Doctrine\\Common\\Reflection\\StaticReflection[a-zA-Z0-9_]+::__construct\(\) does not call parent constructor from Reflection[a-zA-Z0-9_]+#'
9
10includes:
11    - vendor/phpstan/phpstan-phpunit/extension.neon
12