-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathphpstan.dist.neon
More file actions
25 lines (17 loc) · 1.12 KB
/
Copy pathphpstan.dist.neon
File metadata and controls
25 lines (17 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
parameters:
level: 9
reportUnmatchedIgnoredErrors: false
paths:
- src/
- tests/
ignoreErrors:
- message: '#Parameter \#1 \$input of method OTPHP\\OTPInterface::at\(\) expects int<0, max>, int given.#'
path: src/NonceFactory/TotpNonceFactory.php
- message: '#Parameter \#1 \$secret of static method OTPHP\\TOTP::create\(\) expects non-empty-string\|null, string given.#'
path: src/NonceFactory/TotpNonceFactory.php
- message: '#Call to an undefined method danielburger1337\\OAuth2\\DPoP\\Encoder\\DPoPTokenEncoderInterface&PHPUnit\\Framework\\MockObject\\Stub::expects\(\).#'
path: tests/DPoPProofFactoryTest.php
- message: '#Call to an undefined method danielburger1337\\OAuth2\\DPoP\\NonceStorage\\NonceStorageKeyFactoryInterface&PHPUnit\\Framework\\MockObject\\Stub::expects\(\).#'
path: tests/DPoPProofFactoryTest.php
- message: '#Call to an undefined method danielburger1337\\OAuth2\\DPoP\\NonceStorage\\NonceStorageInterface&PHPUnit\\Framework\\MockObject\\Stub::expects\(\).#'
path: tests/DPoPProofFactoryTest.php