-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathphpstan.dist.neon
More file actions
26 lines (20 loc) · 735 Bytes
/
phpstan.dist.neon
File metadata and controls
26 lines (20 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
includes:
- phpstan-baseline.php
parameters:
level: 9
paths:
- config
- src
- tests
- ecs.php
- phparkitect.php
- rector.php
excludePaths:
- */Source/*
reportUnmatchedIgnoredErrors: true
tmpDir: cache/phpstan
scanDirectories:
- vendor/symplify/easy-coding-standard/vendor/friendsofphp/php-cs-fixer/src
- vendor/symplify/easy-coding-standard/vendor/squizlabs/php_codesniffer/src
ignoreErrors:
- '#Parameter \#1 \$node \(PhpParser\\Node\\(.*?) of method (Codito\\)?Rector\\(.*?)\(\) should be contravariant with parameter \$node \(PhpParser\\Node\) of method Rector\\Contract\\Rector\\RectorInterface\:\:refactor\(\)#'