-
Notifications
You must be signed in to change notification settings - Fork 2
/
phpstan.neon
26 lines (25 loc) · 1002 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
24
25
26
includes:
- phpstan-baseline.neon
parameters:
level: 8
reportUnmatchedIgnoredErrors: true
symfony:
constant_hassers: false
container_xml_path: ../../../var/cache/production____REVISION___/container.xml
console_application_loader: ../../../tests/phpstan-console-application.php
doctrine:
queryBuilderClass: Shopware\Components\Model\QueryBuilder
repositoryClass: Shopware\Components\Model\ModelRepository
objectManagerLoader: ../../../tests/phpstan-doctrine-model-manager.php
scanDirectories:
- ../../../var/cache/production____REVISION___/doctrine
bootstrapFiles:
- ../../../tests/phpstan-dba-bootstrap.php
excludePaths:
- .githooks
- vendor
ignoreErrors:
- # Skipped tests for different Shopware versions
message: '#Unreachable statement - code above always terminates#'
count: 2
path: Tests/Functional/Components/VatIdConfigReaderTest.php