-
Notifications
You must be signed in to change notification settings - Fork 12
/
phpstan.neon
30 lines (24 loc) · 1.08 KB
/
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
29
30
includes:
- vendor/spryker-sdk/phpstan-spryker/extension.neon
- vendor/phpstan/phpstan/conf/bleedingEdge.neon
parameters:
level: 6
paths:
- src/
excludePaths:
- src/Generated/*
- src/Orm/*
bootstrapFiles:
- phpstan-bootstrap.php
ignoreErrors:
- '#Call to an undefined method .+Criteria::.+\(\).#'
- '#Call to an undefined method .+DataSetStepBrokerAwareInterface::setDataSetWriter\(\).#'
- '#Call to an undefined method .+DataSetStepBrokerAwareInterface::addAfterImportHook\(\).#'
- '#Parameter \#1 \$rawCatalogSearchResultFormatterPlugin of class .+CurrencyAwareSuggestionByTypeResultFormatter constructor expects .+ResultFormatterPluginInterface, .+SuggestionByTypeResultFormatterPlugin given.#'
- '#Method .+CheckoutPageDependencyProvider::.+\(\) return type has no value type specified in iterable type .+FormInterface.#'
reportUnmatchedIgnoredErrors: false
dynamicConstantNames:
- APPLICATION
- APPLICATION_ENV
- APPLICATION_STORE
- APPLICATION_CODE_BUCKET