-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathphpstan.neon
31 lines (30 loc) · 1.78 KB
/
phpstan.neon
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
27
28
29
30
31
parameters:
level: max
paths:
- src
excludePaths:
analyse:
- %currentWorkingDirectory%/src/Annotation
- %currentWorkingDirectory%/src/Command*
- %currentWorkingDirectory%/src/Service/Extractor/AttributeExtractor.php
- %currentWorkingDirectory%/src/Service/Extractor/Factory/YamlExtractorFactory.php
- %currentWorkingDirectory%/src/Service/Extractor/YamlExtractor.php
ignoreErrors:
- message: '#Parameter \#1 \$configPath of method Reinfi\\DependencyInjection\\Service\\ConfigService::resolve\(\) expects string, mixed given\.#'
path: src/AbstractFactory/Config/InjectConfigAbstractFactory.php
- message: '#Method Reinfi\\DependencyInjection\\Extension\\PHPStan\\Resolve\\AutoWiringClassesResolver::findAutowiredClasses\(\) should return array<string> but returns array\.#'
path: src/Extension/PHPStan/Resolve/AutoWiringClassesResolver.php
- message: '#Method Reinfi\\DependencyInjection\\Module::getConfig\(\) should return array but returns mixed\.#'
path: src/Module.php
- message: '#Method Reinfi\\DependencyInjection\\Service\\Extractor\\ExtractorChain::(getPropertiesInjections|getConstructorInjections)\(\) should return array<.*InjectionInterface> but returns array\.#'
path: src/Service/Extractor/ExtractorChain.php
- message: '#Trait Reinfi\\DependencyInjection\\Traits\\WarmupTrait is used zero times and is not analysed\.#'
path: src/Traits/WarmupTrait.php
- message: '#.*#'
reportUnmatched: true
identifier: 'missingType.generics'
- message: '#.*#'
reportUnmatched: true
identifier: 'missingType.iterableValue'
includes:
- vendor/bnf/phpstan-psr-container/extension.neon