forked from PAYONE-GmbH/shopware-6
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan.neon
28 lines (23 loc) · 917 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
27
28
includes:
- phpstan-ignore.neon
- vendor/phpstan/phpstan/conf/bleedingEdge.neon
parameters:
phpVersion: 70400
level: 8
treatPhpDocTypesAsCertain: false
checkMissingIterableValueType: false
inferPrivatePropertyTypeFromConstructor: true
reportUnmatchedIgnoredErrors: false
# This can be useful from Shopware 6.4.15.0, but as long as we support lower versions we ignore it
checkGenericClassInNonGenericObjectType: false
tmpDir: var/cache/phpstan
featureToggles:
disableCheckMissingIterableValueType: false
paths:
- src
bootstrapFiles:
- bin/static-analyze-autoloader.php
ignoreErrors:
- # This only occurs in Shopware < 6.4.4.0
message: "#Strict comparison using === between string and null will always evaluate to false#"
path: src/Payone/RequestParameter/Builder/CustomerRequestParameterBuilder.php