-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathphpstan.neon
24 lines (23 loc) · 943 Bytes
/
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
includes:
- phpstan-baseline.neon
parameters:
bootstrapFiles:
- phpstan-bootstrap.php
editorUrl: 'phpstorm://open?file=%%file%%&line=%%line%%'
level: 6
treatPhpDocTypesAsCertain: false
checkMissingIterableValueType: false
checkGenericClassInNonGenericObjectType: false
reportUnmatchedIgnoredErrors: false
paths:
- Classes
- Tests
- Configuration
excludePaths:
analyse:
- Tests/Functional/Fixtures/Extensions/*
ignoreErrors:
- "#Used function Symfony\\\\Component\\\\DependencyInjection\\\\Loader\\\\Configurator\\\\abstract_arg not found#"
- "#Function Symfony\\\\Component\\\\DependencyInjection\\\\Loader\\\\Configurator\\\\abstract_arg not found#"
- "#Class Symfony\\\\Component\\\\Messenger\\\\Bridge\\\\Amqp\\\\Transport\\\\AmqpTransportFactory not found#"
- "#Class Symfony\\\\Component\\\\Messenger\\\\Bridge\\\\Redis\\\\Transport\\\\RedisTransportFactory not found#"