-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan.commit.neon
More file actions
40 lines (33 loc) · 1.5 KB
/
phpstan.commit.neon
File metadata and controls
40 lines (33 loc) · 1.5 KB
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
32
33
34
35
36
37
38
39
40
includes:
- vendor/spryker-sdk/phpstan-spryker/extension.neon
- vendor/phpstan/phpstan/conf/bleedingEdge.neon
parameters:
level: 6
paths:
- src/
- tests/
excludePaths:
- '%rootDir%/../../../src/Generated/*'
- '%rootDir%/../../../src/Orm/*'
bootstrapFiles:
- '%rootDir%/../../../phpstan-bootstrap.php'
ignoreErrors:
- '#Call to an undefined method .+Criteria::.+\(\).#'
- '#Call to an undefined method .+DataSetStepBrokerAwareInterface::.+\(\).#'
- '#Return type \(array\<string, array\<string\>\>\) of method Pyz\\Zed\\Propel\\PropelConfig::getWhitelistForAllowedAttributeValueChanges\(\) should be compatible with return type \(array\<string\>\).#'
- '#.+Generated\\Shared\\Transfer.+#'
- '#Method .+ has invalid return type.+#'
- '#Call to .+ on an unknown class Orm\\.+\\.+\\Persistence\\.+#'
- '#Instantiated class Orm\\.+\\.+\\Persistence\\.+ not found#'
- '#Parameter .+ of method .+ has invalid type .+#'
- '#Property .+ has unknown class Orm\\.+\\Persistence\\.+ as its type\.#'
- '#Parameter .+ of method .+ expects .+, Orm\\.+\\Persistence\\.+ given\.#'
- '#PHPDoc tag @var for variable .+ contains unknown class Orm\\.+\\Persistence\\.+\.#'
reportUnmatchedIgnoredErrors: false
dynamicConstantNames:
- APPLICATION
- APPLICATION_ENV
- APPLICATION_STORE
- APPLICATION_CODE_BUCKET
parallel:
maximumNumberOfProcesses: 4