-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
phpstan.neon
30 lines (30 loc) · 1.29 KB
/
phpstan.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
parameters:
level: 8
paths:
- src
treatPhpDocTypesAsCertain: false
ignoreErrors:
-
message: '#Parameter .* of static method CBOR\\Utils\:\:binToBigInteger\(\) expects string, string\|null given\.#'
count: 3
path: src/OtherObject/SinglePrecisionFloatObject.php
-
message: '#Parameter .* of static method CBOR\\Utils\:\:binToBigInteger\(\) expects string, string\|null given\.#'
count: 3
path: src/OtherObject/DoublePrecisionFloatObject.php
-
message: '#Parameter .* of static method CBOR\\Utils\:\:binToBigInteger\(\) expects string, string\|null given\.#'
count: 3
path: src/OtherObject/HalfPrecisionFloatObject.php
-
message: '#Parameter .* of static method CBOR\\Utils\:\:binToInt\(\) expects string, string\|null given\.#'
count: 1
path: src/Tag/TagManager.php
-
message: '#Instanceof between CBOR\\CBORObject and CBOR\\CBORObject will always evaluate to true\.#'
count: 1
path: src/ListObject.php
-
message: '#Instanceof between CBOR\\MapItem and CBOR\\MapItem will always evaluate to true\.#'
count: 1
path: src/MapObject.php