-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
265 lines (222 loc) · 8.75 KB
/
phpstan-baseline.neon
File metadata and controls
265 lines (222 loc) · 8.75 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
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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
parameters:
ignoreErrors:
-
message: '#^Cannot access offset ''credential'' on mixed\.$#'
identifier: offsetAccess.nonOffsetAccessible
count: 1
path: examples/functions.php
-
message: '#^Function getUserByName\(\) should return array\{id\: string, name\: string\}\|null but returns mixed\.$#'
identifier: return.type
count: 1
path: examples/functions.php
-
message: '#^Parameter \#1 \$encoded of method Firehed\\WebAuthn\\Codecs\\Credential\:\:decode\(\) expects string, mixed given\.$#'
identifier: argument.type
count: 1
path: examples/functions.php
-
message: '#^Parameter \#2 \$name of function getUserByName expects string, mixed given\.$#'
identifier: argument.type
count: 1
path: examples/readmeLoginStep1.php
-
message: '#^Parameter \#2 \$userId of function getCredentialsForUserId expects string, mixed given\.$#'
identifier: argument.type
count: 1
path: examples/readmeLoginStep3.php
-
message: '#^Parameter \#2 \$username of function createUser expects string, mixed given\.$#'
identifier: argument.type
count: 1
path: examples/readmeRegisterStep1.php
-
message: '#^Parameter \#1 \$bytes of static method Firehed\\WebAuthn\\BinaryString\:\:fromBytes\(\) expects array\<int\<0, 255\>\>, array\<mixed, mixed\> given\.$#'
identifier: argument.type
count: 7
path: src/ArrayBufferResponseParser.php
-
message: '#^Parameter \#1 \$bytes of static method Firehed\\WebAuthn\\BinaryString\:\:fromBytes\(\) expects array\<int\<0, 255\>\>, non\-empty\-array\<mixed, mixed\> given\.$#'
identifier: argument.type
count: 1
path: src/ArrayBufferResponseParser.php
-
message: '#^Parameter \#1 \$callback of function array_map expects \(callable\(mixed\)\: mixed\)\|null, Closure\(int\|string\)\: \(Firehed\\WebAuthn\\Enums\\AuthenticatorTransport\|null\) given\.$#'
identifier: argument.type
count: 1
path: src/ArrayBufferResponseParser.php
-
message: '#^Parameter \#2 \$array of function array_map expects array, mixed given\.$#'
identifier: argument.type
count: 1
path: src/ArrayBufferResponseParser.php
-
message: '#^Parameter \#1 \$string of function strlen expects string, mixed given\.$#'
identifier: argument.type
count: 1
path: src/Attestations/Apple.php
-
message: '#^Parameter \#1 \$string of function substr expects string, mixed given\.$#'
identifier: argument.type
count: 1
path: src/Attestations/Apple.php
-
message: '#^Parameter \#1 \$string of function trim expects string, mixed given\.$#'
identifier: argument.type
count: 1
path: src/Attestations/Apple.php
-
message: '#^Parameter \#2 \$array of function array_key_exists expects array, mixed given\.$#'
identifier: argument.type
count: 1
path: src/Attestations/Apple.php
-
message: '#^Parameter \$haystack of function str_starts_with expects string, mixed given\.$#'
identifier: argument.type
count: 1
path: src/Attestations/Apple.php
-
message: '#^Parameter \#1 \$value of static method Firehed\\WebAuthn\\Attestations\\Format\:\:from\(\) expects int\|string, mixed given\.$#'
identifier: argument.type
count: 1
path: src/Attestations/AttestationObject.php
-
message: '#^Parameter \#1 \$wrapped of class Firehed\\WebAuthn\\BinaryString constructor expects string, mixed given\.$#'
identifier: argument.type
count: 1
path: src/Attestations/AttestationObject.php
-
message: '#^Parameter \#2 \$array of function array_key_exists expects array, mixed given\.$#'
identifier: argument.type
count: 1
path: src/Attestations/AttestationObject.php
-
message: '#^Property Firehed\\WebAuthn\\Attestations\\AttestationObject\:\:\$attStmt \(array\<mixed\>\) does not accept mixed\.$#'
identifier: assign.propertyType
count: 1
path: src/Attestations/AttestationObject.php
-
message: '#^Cannot access offset ''curve_oid'' on mixed\.$#'
identifier: offsetAccess.nonOffsetAccessible
count: 1
path: src/Attestations/FidoU2F.php
-
message: '#^Cannot access offset ''1\.3\.6\.1\.4\.1\.45724\.1\.1\.4'' on mixed\.$#'
identifier: offsetAccess.nonOffsetAccessible
count: 1
path: src/Attestations/Packed.php
-
message: '#^Parameter \#1 \$string of function strlen expects string, mixed given\.$#'
identifier: argument.type
count: 1
path: src/Attestations/Packed.php
-
message: '#^Parameter \#1 \$string of function substr expects string, mixed given\.$#'
identifier: argument.type
count: 1
path: src/Attestations/Packed.php
-
message: '#^Parameter \#2 \$array of static method Firehed\\WebAuthn\\Attestations\\Packed\:\:requireKey\(\) expects array\<string, mixed\>, array given\.$#'
identifier: argument.type
count: 3
path: src/Attestations/Packed.php
-
message: '#^Parameter \#2 \$array of static method Firehed\\WebAuthn\\Attestations\\Packed\:\:requireKey\(\) expects array\<string, mixed\>, array\<mixed, mixed\> given\.$#'
identifier: argument.type
count: 4
path: src/Attestations/Packed.php
-
message: '#^Parameter \$haystack of function str_starts_with expects string, mixed given\.$#'
identifier: argument.type
count: 1
path: src/Attestations/Packed.php
-
message: '#^Method Firehed\\WebAuthn\\BinaryString\:\:readUint16\(\) should return int but returns mixed\.$#'
identifier: return.type
count: 1
path: src/BinaryString.php
-
message: '#^Method Firehed\\WebAuthn\\BinaryString\:\:readUint32\(\) should return int but returns mixed\.$#'
identifier: return.type
count: 1
path: src/BinaryString.php
-
message: '#^Cannot access offset 1 on mixed\.$#'
identifier: offsetAccess.nonOffsetAccessible
count: 1
path: src/COSEKey.php
-
message: '#^Parameter \#1 \$decoded of static method Firehed\\WebAuthn\\PublicKey\\EllipticCurve\:\:fromDecodedCbor\(\) expects array\<mixed\>, mixed given\.$#'
identifier: argument.type
count: 1
path: src/COSEKey.php
-
message: '#^Parameter \#1 \$decoded of static method Firehed\\WebAuthn\\PublicKey\\RSA\:\:fromDecodedCbor\(\) expects array\<mixed\>, mixed given\.$#'
identifier: argument.type
count: 1
path: src/COSEKey.php
-
message: '#^Parameter \#1 \$value of static method Firehed\\WebAuthn\\COSE\\Algorithm\:\:from\(\) expects int\|string, mixed given\.$#'
identifier: argument.type
count: 1
path: src/COSEKey.php
-
message: '#^Parameter \#1 \$value of static method Firehed\\WebAuthn\\COSE\\KeyType\:\:from\(\) expects int\|string, mixed given\.$#'
identifier: argument.type
count: 1
path: src/COSEKey.php
-
message: '#^Parameter \#2 \$array of function array_key_exists expects array, mixed given\.$#'
identifier: argument.type
count: 1
path: src/COSEKey.php
-
message: '#^PHPDoc tag @api has invalid value \(\(with the above caveats\)\)\: Unexpected token "the", expected ''\)'' at offset 518 on line 11$#'
identifier: phpDoc.parseError
count: 1
path: src/ChallengeLoaderInterface.php
-
message: '#^Parameter \#1 \$string of function strlen expects string, mixed given\.$#'
identifier: argument.type
count: 2
path: src/PublicKey/EllipticCurve.php
-
message: '#^Parameter \#1 \$value of static method Firehed\\WebAuthn\\COSE\\Algorithm\:\:from\(\) expects int\|string, mixed given\.$#'
identifier: argument.type
count: 1
path: src/PublicKey/EllipticCurve.php
-
message: '#^Parameter \#1 \$value of static method Firehed\\WebAuthn\\COSE\\Curve\:\:from\(\) expects int\|string, mixed given\.$#'
identifier: argument.type
count: 1
path: src/PublicKey/EllipticCurve.php
-
message: '#^Parameter \#1 \$value of static method Firehed\\WebAuthn\\COSE\\KeyType\:\:from\(\) expects int\|string, mixed given\.$#'
identifier: argument.type
count: 1
path: src/PublicKey/EllipticCurve.php
-
message: '#^Parameter \#1 \$wrapped of class Firehed\\WebAuthn\\BinaryString constructor expects string, mixed given\.$#'
identifier: argument.type
count: 2
path: src/PublicKey/EllipticCurve.php
-
message: '#^Parameter \#1 \$value of static method Firehed\\WebAuthn\\COSE\\Algorithm\:\:from\(\) expects int\|string, mixed given\.$#'
identifier: argument.type
count: 1
path: src/PublicKey/RSA.php
-
message: '#^Parameter \#1 \$value of static method Firehed\\WebAuthn\\COSE\\KeyType\:\:from\(\) expects int\|string, mixed given\.$#'
identifier: argument.type
count: 1
path: src/PublicKey/RSA.php
-
message: '#^Parameter \#1 \$wrapped of class Firehed\\WebAuthn\\BinaryString constructor expects string, mixed given\.$#'
identifier: argument.type
count: 2
path: src/PublicKey/RSA.php
-
message: '#^Cannot access offset \(int\|string\) on mixed\.$#'
identifier: offsetAccess.nonOffsetAccessible
count: 4
path: tests/JsonResponseParserTest.php