-
-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathphpstan.neon
More file actions
17 lines (16 loc) · 628 Bytes
/
Copy pathphpstan.neon
File metadata and controls
17 lines (16 loc) · 628 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
includes:
- vendor/phpstan/phpstan-phpunit/extension.neon
- vendor/phpstan/phpstan-symfony/extension.neon
- vendor/phpstan/phpstan-symfony/rules.neon
- vendor/phpstan/phpstan-strict-rules/rules.neon
- vendor/phpstan/phpstan-deprecation-rules/rules.neon
- vendor/phpstan/phpstan/conf/bleedingEdge.neon
parameters:
level: 9
excludePaths:
- %rootDir%/../../
ignoreErrors:
- message: "#^PHPDoc tag @return contains generic type (.*) but class (.*) is not generic\\.$#"
count: 4
path: src/DependencyInjection/Configuration.php
reportUnmatched: false