-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
505 lines (422 loc) · 19 KB
/
Copy pathphpstan-baseline.neon
File metadata and controls
505 lines (422 loc) · 19 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
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
parameters:
ignoreErrors:
-
message: '#^Call to function method_exists\(\) with WP_Ability and ''execute'' will always evaluate to true\.$#'
identifier: function.alreadyNarrowedType
count: 1
path: inc/AgentsApi/WorkspaceExecutorAdapter.php
-
message: '#^Call to function method_exists\(\) with WP_Error and ''get_error_code'' will always evaluate to true\.$#'
identifier: function.alreadyNarrowedType
count: 1
path: inc/AgentsApi/WorkspaceExecutorAdapter.php
-
message: '#^Call to function method_exists\(\) with WP_Error and ''get_error_message'' will always evaluate to true\.$#'
identifier: function.alreadyNarrowedType
count: 1
path: inc/AgentsApi/WorkspaceExecutorAdapter.php
-
message: '#^Parameter \#3 \$error_type of static method DataMachineCode\\AgentsApi\\WorkspaceExecutorAdapter\:\:error_result\(\) expects string, int\|string given\.$#'
identifier: argument.type
count: 1
path: inc/AgentsApi/WorkspaceExecutorAdapter.php
-
message: '#^Cannot access offset ''configured'' on array\|WP_Error\.$#'
identifier: offsetAccess.nonOffsetAccessible
count: 1
path: inc/Cli/Commands/GitHubCommand.php
-
message: '#^Static method DataMachineCode\\Environment\:\:evaluate_shell_capability\(\) is unused\.$#'
identifier: method.unused
count: 1
path: inc/Environment.php
-
message: '#^Cannot access offset ''issues'' on array\|WP_Error\.$#'
identifier: offsetAccess.nonOffsetAccessible
count: 1
path: inc/Handlers/GitHub/GitHub.php
-
message: '#^Cannot access offset ''pulls'' on array\|WP_Error\.$#'
identifier: offsetAccess.nonOffsetAccessible
count: 1
path: inc/Handlers/GitHub/GitHub.php
-
message: '#^Call to function is_array\(\) with array\<string, mixed\> will always evaluate to true\.$#'
identifier: function.alreadyNarrowedType
count: 1
path: inc/Runtime/ActiveWorkspaceProjector.php
-
message: '#^Call to function is_string\(\) with string will always evaluate to true\.$#'
identifier: function.alreadyNarrowedType
count: 1
path: inc/Runtime/ActiveWorkspaceProjector.php
-
message: '#^Call to function is_string\(\) with string will always evaluate to true\.$#'
identifier: function.alreadyNarrowedType
count: 1
path: inc/Runtime/WordPressRuntimeInspector.php
-
message: '#^Call to function method_exists\(\) with WP_Theme and ''get'' will always evaluate to true\.$#'
identifier: function.alreadyNarrowedType
count: 4
path: inc/Runtime/WordPressRuntimeInspector.php
-
message: '#^PHPDoc tag @param references unknown parameter\: \$input$#'
identifier: parameter.notFound
count: 1
path: inc/SourceInventory/WorkspaceSourceInventory.php
-
message: '#^Cannot call method get_charset_collate\(\) on class\-string\|object\.$#'
identifier: method.nonObject
count: 1
path: inc/Storage/CleanupSchema.php
-
message: '#^Parameter \#1 \$hook_name of function apply_filters expects non\-empty\-string, string given\.$#'
identifier: argument.type
count: 1
path: inc/Storage/SqliteBusyRetry.php
-
message: '#^Right side of && is always true\.$#'
identifier: booleanAnd.rightAlwaysTrue
count: 2
path: inc/Support/CommandSpec.php
-
message: '#^Strict comparison using \=\=\= between '''' and non\-empty\-string will always evaluate to false\.$#'
identifier: identical.alwaysFalse
count: 2
path: inc/Support/GitHubRemote.php
-
message: '#^Call to function method_exists\(\) with WP_Error and ''get_error_data'' will always evaluate to true\.$#'
identifier: function.alreadyNarrowedType
count: 1
path: inc/Support/GitRunner.php
-
message: '#^Offset ''output'' on array\{success\: true, output\: string\} on left side of \?\? always exists and is not nullable\.$#'
identifier: nullCoalesce.offset
count: 1
path: inc/Support/GitRunner.php
-
message: '#^Parameter \#3 \$depth of function json_encode expects int\<1, max\>, int given\.$#'
identifier: argument.type
count: 1
path: inc/Support/JsonCodec.php
-
message: '#^Parameter \#3 \$depth of function wp_json_encode expects int\<1, max\>, int given\.$#'
identifier: argument.type
count: 1
path: inc/Support/JsonCodec.php
-
message: '#^Call to function is_array\(\) with array\<int\|string, mixed\> will always evaluate to true\.$#'
identifier: function.alreadyNarrowedType
count: 1
path: inc/Support/RunArtifactPrSectionRenderer.php
-
message: '#^Unreachable statement \- code above always terminates\.$#'
identifier: deadCode.unreachable
count: 1
path: inc/Support/RunArtifactPrSectionRenderer.php
-
message: '#^Offset 0 on non\-empty\-list\<\(int\|string\)\> on left side of \?\? always exists and is not nullable\.$#'
identifier: nullCoalesce.offset
count: 1
path: inc/Support/SystemTaskDrainability.php
-
message: '#^Strict comparison using \=\=\= between false and int will always evaluate to false\.$#'
identifier: identical.alwaysFalse
count: 1
path: inc/Support/SystemTaskDrainability.php
-
message: '#^Argument of an invalid type list\<string\>\|false supplied for foreach, only iterables are supported\.$#'
identifier: foreach.nonIterable
count: 1
path: inc/Workspace/Workspace.php
-
message: '#^Call to function is_array\(\) with array will always evaluate to true\.$#'
identifier: function.alreadyNarrowedType
count: 11
path: inc/Workspace/Workspace.php
-
message: '#^Call to function is_array\(\) with array\<string, mixed\> will always evaluate to true\.$#'
identifier: function.alreadyNarrowedType
count: 2
path: inc/Workspace/Workspace.php
-
message: '#^Call to function is_array\(\) with array\<string, string\> will always evaluate to true\.$#'
identifier: function.alreadyNarrowedType
count: 3
path: inc/Workspace/Workspace.php
-
message: '#^Call to function method_exists\(\) with WP_Error and ''get_error_code'' will always evaluate to true\.$#'
identifier: function.alreadyNarrowedType
count: 1
path: inc/Workspace/Workspace.php
-
message: '#^Cannot call method get_error_message\(\) on array\<string, mixed\>\|WP_Error\.$#'
identifier: method.nonObject
count: 1
path: inc/Workspace/Workspace.php
-
message: '#^If condition is always true\.$#'
identifier: if.alwaysTrue
count: 1
path: inc/Workspace/Workspace.php
-
message: '#^Method DataMachineCode\\Workspace\\Workspace\:\:artifact_process_path_records\(\) should return array\{status\: string, records\: array\<int, array\<string, mixed\>\>, diagnostics\: array\<string, mixed\>\} but returns array\<string, mixed\>\.$#'
identifier: return.type
count: 1
path: inc/Workspace/Workspace.php
-
message: '#^Negated boolean expression is always false\.$#'
identifier: booleanNot.alwaysFalse
count: 1
path: inc/Workspace/Workspace.php
-
message: '#^Negated boolean expression is always true\.$#'
identifier: booleanNot.alwaysTrue
count: 1
path: inc/Workspace/Workspace.php
-
message: '#^Offset ''artifact_size_bytes'' on non\-empty\-array on left side of \?\? always exists and is not nullable\.$#'
identifier: nullCoalesce.offset
count: 2
path: inc/Workspace/Workspace.php
-
message: '#^Offset ''bytes'' might not exist on array\{success\: true, bytes\?\: int, reason\?\: string, timeout_seconds\?\: int, cleanup\?\: array\<string, mixed\>\}\.$#'
identifier: offsetAccess.notFound
count: 1
path: inc/Workspace/Workspace.php
-
message: '#^Offset ''count'' on array\{count\: int\<1, max\>, size_bytes\: int\<0, max\>, size_accounting\: array\<string, int\>, repos\: non\-empty\-array\<non\-empty\-string, array\<''count''\|''examples''\|''size_accounting''\|''size_bytes'', mixed\>\>, examples\: list\<array\{handle\: string, size_status\: string\}\>\} on left side of \?\? always exists and is not nullable\.$#'
identifier: nullCoalesce.offset
count: 2
path: inc/Workspace/Workspace.php
-
message: '#^Offset ''diagnostics'' on array\{status\: string, records\: array\<int, array\<string, mixed\>\>, diagnostics\: array\<string, mixed\>\} on left side of \?\? always exists and is not nullable\.$#'
identifier: nullCoalesce.offset
count: 1
path: inc/Workspace/Workspace.php
-
message: '#^Offset ''elapsed_ms'' on non\-empty\-array\<string, mixed\> on left side of \?\? always exists and is not nullable\.$#'
identifier: nullCoalesce.offset
count: 3
path: inc/Workspace/Workspace.php
-
message: '#^Offset ''entry_count'' might not exist on array\{success\: bool, entry_count\?\: int, reason\?\: string, timeout_seconds\?\: int, cleanup\?\: array\<string, mixed\>\}\.$#'
identifier: offsetAccess.notFound
count: 2
path: inc/Workspace/Workspace.php
-
message: '#^Offset ''entry_count'' might not exist on array\{success\: true, entry_count\?\: int, reason\?\: string, timeout_seconds\?\: int, cleanup\?\: array\<string, mixed\>\}\.$#'
identifier: offsetAccess.notFound
count: 2
path: inc/Workspace/Workspace.php
-
message: '#^Offset ''entry_count_status'' on non\-empty\-array on left side of \?\? always exists and is not nullable\.$#'
identifier: nullCoalesce.offset
count: 2
path: inc/Workspace/Workspace.php
-
message: '#^Offset ''evidence'' on array\{status\: string, evidence\: array\<int, array\<string, mixed\>\>, diagnostics\: array\<string, mixed\>\} on left side of \?\? always exists and is not nullable\.$#'
identifier: nullCoalesce.offset
count: 1
path: inc/Workspace/Workspace.php
-
message: '#^Offset ''fields_skipped'' on array\{success\: bool, worktrees\: array, fields_skipped\: array\<int, string\>\} on left side of \?\? always exists and is not nullable\.$#'
identifier: nullCoalesce.offset
count: 1
path: inc/Workspace/Workspace.php
-
message: '#^Offset ''is_worktree'' on non\-empty\-array\<string, mixed\> in empty\(\) always exists and is not falsy\.$#'
identifier: empty.offset
count: 1
path: inc/Workspace/Workspace.php
-
message: '#^Offset ''liveness'' on array\{liveness\: string, reason\: string, heartbeat_age_seconds\: int\|null, last_seen_at\: string\|null\} on left side of \?\? always exists and is not nullable\.$#'
identifier: nullCoalesce.offset
count: 1
path: inc/Workspace/Workspace.php
-
message: '#^Offset ''message'' might not exist on array\{valid\: false, real_path\?\: string, message\?\: string\}\.$#'
identifier: offsetAccess.notFound
count: 3
path: inc/Workspace/Workspace.php
-
message: '#^Offset ''real_path'' might not exist on array\{valid\: true, real_path\?\: string, message\?\: string\}\.$#'
identifier: offsetAccess.notFound
count: 3
path: inc/Workspace/Workspace.php
-
message: '#^Offset ''reason'' on array\{handle\: string, path\: non\-falsy\-string, reason\: ''total_timeout''\}\|array\{handle\: string, path\: non\-falsy\-string, reason\: string, timeout_seconds\: int\|null, cleanup\: array\<string, mixed\>\|null\} on left side of \?\? always exists and is not nullable\.$#'
identifier: nullCoalesce.offset
count: 1
path: inc/Workspace/Workspace.php
-
message: '#^Offset ''records'' on array\{status\: string, records\: array\<int, array\<string, mixed\>\>, diagnostics\: array\<string, mixed\>\} on left side of \?\? always exists and is not nullable\.$#'
identifier: nullCoalesce.offset
count: 1
path: inc/Workspace/Workspace.php
-
message: '#^Offset ''repo'' on array\{repo\: string, branch_slug\: string\|null, is_worktree\: true, dir_name\?\: string\} on left side of \?\? always exists and is not nullable\.$#'
identifier: nullCoalesce.offset
count: 1
path: inc/Workspace/Workspace.php
-
message: '#^Offset ''row_id'' on non\-empty\-array\<mixed\> on left side of \?\? always exists and is not nullable\.$#'
identifier: nullCoalesce.offset
count: 3
path: inc/Workspace/Workspace.php
-
message: '#^Offset ''signal'' on array\{signal\: string, reason\: string, finalized_state\?\: string, pr_url\?\: string\} on left side of \?\? always exists and is not nullable\.$#'
identifier: nullCoalesce.offset
count: 1
path: inc/Workspace/Workspace.php
-
message: '#^Offset ''signal'' on array\{signal\: string, reason\: string, pr_url\?\: string\} on left side of \?\? always exists and is not nullable\.$#'
identifier: nullCoalesce.offset
count: 1
path: inc/Workspace/Workspace.php
-
message: '#^Offset ''size_bytes'' on array\{count\: int\<1, max\>, size_bytes\: int\<0, max\>, size_accounting\: array\<string, int\>, repos\: non\-empty\-array\<non\-empty\-string, array\<''count''\|''examples''\|''size_accounting''\|''size_bytes'', mixed\>\>, examples\: list\<array\{handle\: string, size_status\: string\}\>\} on left side of \?\? always exists and is not nullable\.$#'
identifier: nullCoalesce.offset
count: 2
path: inc/Workspace/Workspace.php
-
message: '#^Offset ''size_bytes'' on array\{path\: string, handle\: string, repo\: string, category\: string, row_type\: ''artifact_cleanup''\|''worktree_removal'', safety_class\: string, size_bytes\: int\<0, max\>\} on left side of \?\? always exists and is not nullable\.$#'
identifier: nullCoalesce.offset
count: 2
path: inc/Workspace/Workspace.php
-
message: '#^Offset ''status'' on array\{status\: string, evidence\: array\<int, array\<string, mixed\>\>, diagnostics\: array\<string, mixed\>\} on left side of \?\? always exists and is not nullable\.$#'
identifier: nullCoalesce.offset
count: 1
path: inc/Workspace/Workspace.php
-
message: '#^Offset ''status'' on array\{status\: string, records\: array\<int, array\<string, mixed\>\>, diagnostics\: array\<string, mixed\>\} on left side of \?\? always exists and is not nullable\.$#'
identifier: nullCoalesce.offset
count: 1
path: inc/Workspace/Workspace.php
-
message: '#^Offset ''worktrees'' on array\{success\: bool, worktrees\: array, fields_skipped\: array\<int, string\>\} on left side of \?\? always exists and is not nullable\.$#'
identifier: nullCoalesce.offset
count: 8
path: inc/Workspace/Workspace.php
-
message: '#^Parameter \#1 \$array \(array\<non\-falsy\-string\>\) to function array_filter does not contain falsy values, the array will always stay the same\.$#'
identifier: arrayFilter.same
count: 1
path: inc/Workspace/Workspace.php
-
message: '#^Parameter \#1 \$array \(list\<array\<string, mixed\>\>\) of array_values is already a list, call has no effect\.$#'
identifier: arrayValues.list
count: 1
path: inc/Workspace/Workspace.php
-
message: '#^Parameter \#1 \$array of function uasort contains unresolvable type\.$#'
identifier: argument.unresolvableType
count: 2
path: inc/Workspace/Workspace.php
-
message: '#^Parameter \#2 \$callback of function uasort contains unresolvable type\.$#'
identifier: argument.unresolvableType
count: 2
path: inc/Workspace/Workspace.php
-
message: '#^Parameter \#2 \$default_ref of method DataMachineCode\\Workspace\\Workspace\:\:worktree_behind_default_branch_error\(\) expects string, string\|WP_Error given\.$#'
identifier: argument.type
count: 1
path: inc/Workspace/Workspace.php
-
message: '#^Parameter \#2 \.\.\.\$values of function sprintf expects bool\|float\|int\|string\|null, int\<1, max\>\|WP_Error given\.$#'
identifier: argument.type
count: 1
path: inc/Workspace/Workspace.php
-
message: '#^Parameter \#3 \$upstream of static method DataMachineCode\\Workspace\\WorktreeStalenessProbe\:\:behind_count\(\) expects string, string\|WP_Error given\.$#'
identifier: argument.type
count: 2
path: inc/Workspace/Workspace.php
-
message: '#^Parameter \#7 \$scope of method DataMachineCode\\Workspace\\Workspace\:\:build_worktree_metadata_reconciliation_remaining_blockers\(\) expects array\{argument\: string, repo\: string, handle\: string\|null\}\|null, array\<mixed, mixed\>\|null given\.$#'
identifier: argument.type
count: 1
path: inc/Workspace/Workspace.php
-
message: '#^Result of && is always false\.$#'
identifier: booleanAnd.alwaysFalse
count: 2
path: inc/Workspace/Workspace.php
-
message: '#^Strict comparison using \!\=\= between '''' and '''' will always evaluate to false\.$#'
identifier: notIdentical.alwaysFalse
count: 2
path: inc/Workspace/Workspace.php
-
message: '#^Strict comparison using \!\=\= between '''' and non\-empty\-string will always evaluate to true\.$#'
identifier: notIdentical.alwaysTrue
count: 1
path: inc/Workspace/Workspace.php
-
message: '#^Strict comparison using \!\=\= between mixed and \*NEVER\* will always evaluate to true\.$#'
identifier: notIdentical.alwaysTrue
count: 1
path: inc/Workspace/Workspace.php
-
message: '#^Strict comparison using \!\=\= between null and null will always evaluate to false\.$#'
identifier: notIdentical.alwaysFalse
count: 1
path: inc/Workspace/Workspace.php
-
message: '#^Strict comparison using \!\=\= between null and string will always evaluate to true\.$#'
identifier: notIdentical.alwaysTrue
count: 1
path: inc/Workspace/Workspace.php
-
message: '#^Strict comparison using \=\=\= between '''' and non\-empty\-string will always evaluate to false\.$#'
identifier: identical.alwaysFalse
count: 2
path: inc/Workspace/Workspace.php
-
message: '#^Strict comparison using \=\=\= between null and string will always evaluate to false\.$#'
identifier: identical.alwaysFalse
count: 1
path: inc/Workspace/Workspace.php
-
message: '#^Variable \$unpushed in isset\(\) always exists and is not nullable\.$#'
identifier: isset.variable
count: 1
path: inc/Workspace/Workspace.php
-
message: '#^Cannot access offset ''output'' on array\{success\: true, output\: string\}\|WP_Error\.$#'
identifier: offsetAccess.nonOffsetAccessible
count: 7
path: inc/Workspace/WorkspaceDiff.php
-
message: '#^Offset ''message'' might not exist on array\{valid\: false, real_path\?\: string, message\?\: string\}\.$#'
identifier: offsetAccess.notFound
count: 1
path: inc/Workspace/WorkspaceDiff.php
-
message: '#^Offset ''real_path'' might not exist on array\{valid\: true, real_path\?\: string, message\?\: string\}\.$#'
identifier: offsetAccess.notFound
count: 1
path: inc/Workspace/WorkspaceDiff.php
-
message: '#^Offset 0 on non\-empty\-list\<string\> on left side of \?\? always exists and is not nullable\.$#'
identifier: nullCoalesce.offset
count: 1
path: inc/Workspace/WorkspaceHandle.php
-
message: '#^Cannot call method get_charset_collate\(\) on class\-string\|object\.$#'
identifier: method.nonObject
count: 1
path: inc/Workspace/WorkspaceLockStore.php
-
message: '#^Parameter \#1 \$callback of function call_user_func_array expects callable\(\)\: mixed, array\{mixed, ''prepare''\} given\.$#'
identifier: argument.type
count: 2
path: inc/Workspace/WorkspaceLockStore.php
-
message: '#^Call to function method_exists\(\) with WP_Error and ''get_error_code'' will always evaluate to true\.$#'
identifier: function.alreadyNarrowedType
count: 1
path: inc/Workspace/WorktreeStalenessProbe.php