-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
phpstan-baseline.neon
56 lines (46 loc) · 1.88 KB
/
phpstan-baseline.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
parameters:
ignoreErrors:
-
message: "#^Instanceof between CBOR\\\\MapItem and CBOR\\\\MapItem will always evaluate to true\\.$#"
count: 1
path: src/MapObject.php
-
message: "#^Parameter \\#1 \\$value of static method CBOR\\\\Utils\\:\\:binToBigInteger\\(\\) expects string, string\\|null given\\.$#"
count: 3
path: src/OtherObject/DoublePrecisionFloatObject.php
-
message: "#^Parameter \\#1 \\$value of static method CBOR\\\\Utils\\:\\:binToBigInteger\\(\\) expects string, string\\|null given\\.$#"
count: 3
path: src/OtherObject/HalfPrecisionFloatObject.php
-
message: "#^PHPDoc tag @var with type CBOR\\\\OtherObject is not subtype of native type string\\.$#"
count: 1
path: src/OtherObject/OtherObjectManager.php
-
message: "#^Parameter \\#1 \\$value of static method CBOR\\\\Utils\\:\\:binToBigInteger\\(\\) expects string, string\\|null given\\.$#"
count: 3
path: src/OtherObject/SinglePrecisionFloatObject.php
-
message: "#^Parameter \\#1 \\$num1 of function bcmul expects numeric\\-string, string given\\.$#"
count: 1
path: src/Tag/BigFloatTag.php
-
message: "#^Parameter \\#2 \\$exponent of function bcpow expects numeric\\-string, string given\\.$#"
count: 1
path: src/Tag/BigFloatTag.php
-
message: "#^Parameter \\#1 \\$num1 of function bcmul expects numeric\\-string, string given\\.$#"
count: 1
path: src/Tag/DecimalFractionTag.php
-
message: "#^Parameter \\#2 \\$exponent of function bcpow expects numeric\\-string, string given\\.$#"
count: 1
path: src/Tag/DecimalFractionTag.php
-
message: "#^PHPDoc tag @var with type CBOR\\\\Tag is not subtype of native type string\\.$#"
count: 1
path: src/Tag/TagManager.php
-
message: "#^Parameter \\#1 \\$value of static method CBOR\\\\Utils\\:\\:binToInt\\(\\) expects string, string\\|null given\\.$#"
count: 1
path: src/Tag/TagManager.php