Skip to content

Commit 4e2e49a

Browse files
committed
ignore phpstan magical methods
1 parent c3ae819 commit 4e2e49a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

phpstan.neon.dist

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,9 @@ parameters:
1010
# The level 9 is the highest level
1111
level: 5
1212

13-
checkMissingIterableValueType: false
13+
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

Comments
 (0)