We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3ae819 commit 4e2e49aCopy full SHA for 4e2e49a
phpstan.neon.dist
@@ -10,4 +10,9 @@ parameters:
10
# The level 9 is the highest level
11
level: 5
12
13
- checkMissingIterableValueType: false
+ checkMissingIterableValueType: false
14
+
15
+ ignoreErrors:
16
+ - '#Call to an undefined method Omnipay\\Common\\GatewayInterface::getUrlNotify\(\).#'
17
+ - '#Call to an undefined method Omnipay\\Common\\GatewayInterface::getUrlReturn\(\).#'
18
+ - '#Property Omnipay\\OfflineDummy\\Tests.* \(Omnipay\\OfflineDummy\\Gateway\) does not accept Omnipay\\Common\\GatewayInterface.#'
0 commit comments