forked from spryker/oms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan.neon
11 lines (11 loc) · 1000 Bytes
/
phpstan.neon
1
2
3
4
5
6
7
8
9
10
11
parameters:
level: 7
checkMissingIterableValueType: false
ignoreErrors:
- { message: '#Result of && is always false.#', path: '%rootDir%/../../../vendor/spryker/spryker/Bundles/Oms/src/Spryker/Zed/Oms/Communication/Plugin/Oms/Command/CommandCollection.php' }
- { message: '#Result of && is always false.#', path: '%rootDir%/../../../vendor/spryker/spryker/Bundles/Oms/src/Spryker/Zed/Oms/Communication/Plugin/Oms/Condition/ConditionCollection.php' }
- '#Instanceof between \*NEVER\* and .+ConditionInterface will always evaluate to false#'
- '#Parameter \#1 \$v of method .+SpyOmsProductReservationLastExportedVersion::setVersion\(\) expects string, int given.#'
- '#Parameter \#1 \$string of method .+ConnectionInterface::quote\(\) expects string, int given.#'
- '#SimpleXMLElement.+does not accept string.#'
- '#Argument of an invalid type array\|.+CommandCollectionInterface supplied for foreach, only iterables are supported.#'