-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathphpstan-baseline.neon
171 lines (138 loc) · 5.1 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
parameters:
ignoreErrors:
-
message: "#^Cannot cast mixed to string\\.$#"
count: 1
path: src/Algorithm/Mac/Hmac.php
-
message: "#^Method Cose\\\\Algorithm\\\\Signature\\\\ECDSA\\\\ECSignature\\:\\:fromAsn1\\(\\) should return string but returns string\\|false\\.$#"
count: 1
path: src/Algorithm/Signature/ECDSA/ECSignature.php
-
message: "#^Method Cose\\\\Algorithm\\\\Signature\\\\ECDSA\\\\ECSignature\\:\\:toAsn1\\(\\) should return string but returns string\\|false\\.$#"
count: 1
path: src/Algorithm/Signature/ECDSA/ECSignature.php
-
message: "#^Parameter \\#1 \\$signature of function sodium_crypto_sign_verify_detached expects non\\-empty\\-string, string given\\.$#"
count: 1
path: src/Algorithm/Signature/EdDSA/EdDSA.php
-
message: "#^Parameter \\#2 \\$secret_key of function sodium_crypto_sign_detached expects non\\-empty\\-string, string given\\.$#"
count: 2
path: src/Algorithm/Signature/EdDSA/EdDSA.php
-
message: "#^Parameter \\#3 \\$public_key of function sodium_crypto_sign_verify_detached expects non\\-empty\\-string, string given\\.$#"
count: 1
path: src/Algorithm/Signature/EdDSA/EdDSA.php
-
message: "#^Parameter \\#1 \\$length of function random_bytes expects int\\<1, max\\>, int given\\.$#"
count: 1
path: src/Algorithm/Signature/RSA/PSSRSA.php
-
message: "#^Parameter \\#1 \\$array of function current expects array\\|object, array\\|false given\\.$#"
count: 1
path: src/BigInteger.php
-
message: "#^Parameter \\#1 \\$string of function ltrim expects string, string\\|false given\\.$#"
count: 1
path: src/BigInteger.php
-
message: "#^Cannot cast mixed to string\\.$#"
count: 2
path: src/Key/Ec2Key.php
-
message: "#^Method Cose\\\\Key\\\\Ec2Key\\:\\:curve\\(\\) should return int\\|string but returns mixed\\.$#"
count: 1
path: src/Key/Ec2Key.php
-
message: "#^Method Cose\\\\Key\\\\Ec2Key\\:\\:d\\(\\) should return string but returns mixed\\.$#"
count: 1
path: src/Key/Ec2Key.php
-
message: "#^Method Cose\\\\Key\\\\Ec2Key\\:\\:x\\(\\) should return string but returns mixed\\.$#"
count: 1
path: src/Key/Ec2Key.php
-
message: "#^Method Cose\\\\Key\\\\Ec2Key\\:\\:y\\(\\) should return string but returns mixed\\.$#"
count: 1
path: src/Key/Ec2Key.php
-
message: "#^Cannot cast mixed to int\\.$#"
count: 1
path: src/Key/Key.php
-
message: "#^Method Cose\\\\Key\\\\Key\\:\\:type\\(\\) should return int\\|string but returns mixed\\.$#"
count: 1
path: src/Key/Key.php
-
message: "#^Method Cose\\\\Key\\\\OkpKey\\:\\:curve\\(\\) should return int\\|string but returns mixed\\.$#"
count: 1
path: src/Key/OkpKey.php
-
message: "#^Method Cose\\\\Key\\\\OkpKey\\:\\:d\\(\\) should return string but returns mixed\\.$#"
count: 1
path: src/Key/OkpKey.php
-
message: "#^Method Cose\\\\Key\\\\OkpKey\\:\\:x\\(\\) should return string but returns mixed\\.$#"
count: 1
path: src/Key/OkpKey.php
-
message: "#^Method Cose\\\\Key\\\\RsaKey\\:\\:QInv\\(\\) should return string but returns mixed\\.$#"
count: 1
path: src/Key/RsaKey.php
-
message: "#^Method Cose\\\\Key\\\\RsaKey\\:\\:d\\(\\) should return string but returns mixed\\.$#"
count: 1
path: src/Key/RsaKey.php
-
message: "#^Method Cose\\\\Key\\\\RsaKey\\:\\:dI\\(\\) should return string but returns mixed\\.$#"
count: 1
path: src/Key/RsaKey.php
-
message: "#^Method Cose\\\\Key\\\\RsaKey\\:\\:dP\\(\\) should return string but returns mixed\\.$#"
count: 1
path: src/Key/RsaKey.php
-
message: "#^Method Cose\\\\Key\\\\RsaKey\\:\\:dQ\\(\\) should return string but returns mixed\\.$#"
count: 1
path: src/Key/RsaKey.php
-
message: "#^Method Cose\\\\Key\\\\RsaKey\\:\\:e\\(\\) should return string but returns mixed\\.$#"
count: 1
path: src/Key/RsaKey.php
-
message: "#^Method Cose\\\\Key\\\\RsaKey\\:\\:n\\(\\) should return string but returns mixed\\.$#"
count: 1
path: src/Key/RsaKey.php
-
message: "#^Method Cose\\\\Key\\\\RsaKey\\:\\:other\\(\\) should return array but returns mixed\\.$#"
count: 1
path: src/Key/RsaKey.php
-
message: "#^Method Cose\\\\Key\\\\RsaKey\\:\\:p\\(\\) should return string but returns mixed\\.$#"
count: 1
path: src/Key/RsaKey.php
-
message: "#^Method Cose\\\\Key\\\\RsaKey\\:\\:q\\(\\) should return string but returns mixed\\.$#"
count: 1
path: src/Key/RsaKey.php
-
message: "#^Method Cose\\\\Key\\\\RsaKey\\:\\:rI\\(\\) should return string but returns mixed\\.$#"
count: 1
path: src/Key/RsaKey.php
-
message: "#^Method Cose\\\\Key\\\\RsaKey\\:\\:tI\\(\\) should return string but returns mixed\\.$#"
count: 1
path: src/Key/RsaKey.php
-
message: "#^Parameter \\#1 \\$array of function current expects array\\|object, array\\|false given\\.$#"
count: 1
path: src/Key/RsaKey.php
-
message: "#^Cannot cast mixed to int\\.$#"
count: 1
path: src/Key/SymmetricKey.php
-
message: "#^Method Cose\\\\Key\\\\SymmetricKey\\:\\:k\\(\\) should return string but returns mixed\\.$#"
count: 1
path: src/Key/SymmetricKey.php