17 lines
328 B
Plaintext
17 lines
328 B
Plaintext
includes:
|
|
- phpstan-baseline.neon
|
|
|
|
parameters:
|
|
level: 5
|
|
paths:
|
|
- src
|
|
- modules
|
|
- config
|
|
- bootstrap
|
|
ignoreErrors:
|
|
- identifier: missingType.iterableValue
|
|
- identifier: missingType.generics
|
|
reportUnmatchedIgnoredErrors: false
|
|
excludePaths:
|
|
- vendor
|