-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathphpstan.neon
More file actions
17 lines (17 loc) · 852 Bytes
/
phpstan.neon
File metadata and controls
17 lines (17 loc) · 852 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
parameters:
level: 8
paths:
- src/
excludePaths:
- '*/templates/*'
- 'src/Spryker/Zed/EventBehavior/Persistence/Propel/AbstractSpyEventBehaviorEntityChange.php (?)'
- 'src/Spryker/Zed/EventBehavior/Persistence/Propel/AbstractSpyEventBehaviorEntityChangeQuery.php (?)'
ignoreErrors:
- '#Parameter \#1 \$plugins of method .+EventResourceQueryContainerManager::processResourceEvents\(\) expects .+ given.#'
- '#Call to (static method|method) .+ on an unknown class Generated\\.+#'
- '#Cannot call method offset\(\) on .+ModelCriteria\|null#'
- '#Parameter \#1 \$clause of method .+\\ModelCriteria::where\(\) expects array\|literal-string, non-falsy-string given.#'
-
identifier: missingType.iterableValue
bootstrapFiles:
- tests/bootstrap.php