-
Notifications
You must be signed in to change notification settings - Fork 1
/
phpstan.neon
17 lines (17 loc) · 969 Bytes
/
phpstan.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
parameters:
level: 7
paths:
- src/
bootstrapFiles:
- tests/bootstrap.php
checkGenericClassInNonGenericObjectType: false
checkMissingIterableValueType: false
excludePaths:
- 'src//SprykerEco//Yves//Computop//CheckoutWidget'
ignoreErrors:
- '#Call to method .+\(\) on an unknown class Generated\\.+\\Ide\\AutoCompletion.#'
- '#Call to an undefined method Spryker\\Shared\\Kernel\\Transfer\\.+#'
- '#Call to an undefined method SprykerEco\\Zed\\Computop\\Business\\Oms\\Command\\Manager\\ManagerInterface.+#'
- '#Parameter .+ of method .+ expects Generated\\Shared\\Transfer\\.+Transfer, Spryker\\Shared\\Kernel\\Transfer\\.+ given.#'
- '#Parameter .+ of method .+ expects .+ComputopPayPalExpressInitResponseTransfer\|null, .+AbstractTransfer given.#'
- '#Method .+ should return Spryker\\Shared\\Kernel\\Transfer\\.+ but returns.+Spryker\\Shared\\Kernel\\Transfer\\.+.#'