-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
489 lines (427 loc) · 15.9 KB
/
Copy pathphpstan-baseline.neon
File metadata and controls
489 lines (427 loc) · 15.9 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
parameters:
ignoreErrors:
-
message: '#^Parameter \#1 \$ID of method GlpiPlugin\\Tasklists\\Task\:\:showForm\(\) expects int, true given\.$#'
identifier: argument.type
count: 1
path: ajax/seetask.php
-
message: '#^Parameter \#2 \$force of method CommonDBTM\:\:delete\(\) expects bool, int given\.$#'
identifier: argument.type
count: 1
path: front/task.form.php
-
message: '#^Call to an undefined method GlpiPlugin\\Tasklists\\Task\:\:getCriterias\(\)\.$#'
identifier: method.notFound
count: 1
path: hook.php
-
message: '#^Function plugin_tasklists_executeActions\(\) has invalid return type the\.$#'
identifier: class.notFound
count: 1
path: hook.php
-
message: '#^Function plugin_tasklists_executeActions\(\) should return the but returns GlpiPlugin\\Tasklists\\the\.$#'
identifier: return.type
count: 1
path: hook.php
-
message: '#^Unreachable statement \- code above always terminates\.$#'
identifier: deadCode.unreachable
count: 1
path: hook.php
-
message: '#^Call to method appendWidgetHtmlContent\(\) on an unknown class GlpiPlugin\\Mydashboard\\Datatable\.$#'
identifier: class.notFound
count: 1
path: src/Dashboard.php
-
message: '#^Call to method setTabDatas\(\) on an unknown class GlpiPlugin\\Mydashboard\\Datatable\.$#'
identifier: class.notFound
count: 1
path: src/Dashboard.php
-
message: '#^Call to method setTabNames\(\) on an unknown class GlpiPlugin\\Mydashboard\\Datatable\.$#'
identifier: class.notFound
count: 1
path: src/Dashboard.php
-
message: '#^Call to method setWidgetTitle\(\) on an unknown class GlpiPlugin\\Mydashboard\\Datatable\.$#'
identifier: class.notFound
count: 2
path: src/Dashboard.php
-
message: '#^Call to method toggleWidgetRefresh\(\) on an unknown class GlpiPlugin\\Mydashboard\\Datatable\.$#'
identifier: class.notFound
count: 1
path: src/Dashboard.php
-
message: '#^Instantiated class GlpiPlugin\\Mydashboard\\Datatable not found\.$#'
identifier: class.notFound
count: 2
path: src/Dashboard.php
-
message: '#^Method GlpiPlugin\\Tasklists\\Dashboard\:\:getWidgetContentForItem\(\) has invalid return type GlpiPlugin\\Mydashboard\\Datatable\.$#'
identifier: class.notFound
count: 1
path: src/Dashboard.php
-
message: '#^Method GlpiPlugin\\Tasklists\\Dashboard\:\:getWidgetContentForItem\(\) should return GlpiPlugin\\Mydashboard\\Datatable but return statement is missing\.$#'
identifier: return.missing
count: 1
path: src/Dashboard.php
-
message: '#^PHPDoc tag @throws with type GlpitestSQLError is not subtype of Throwable$#'
identifier: throws.notThrowable
count: 1
path: src/Dashboard.php
-
message: '#^Property GlpiPlugin\\Tasklists\\Dashboard\:\:\$datas is unused\.$#'
identifier: property.unused
count: 1
path: src/Dashboard.php
-
message: '#^Property GlpiPlugin\\Tasklists\\Dashboard\:\:\$form is never written, only read\.$#'
identifier: property.onlyRead
count: 1
path: src/Dashboard.php
-
message: '#^Property GlpiPlugin\\Tasklists\\Dashboard\:\:\$options is never read, only written\.$#'
identifier: property.onlyWritten
count: 1
path: src/Dashboard.php
-
message: '#^Unreachable statement \- code above always terminates\.$#'
identifier: deadCode.unreachable
count: 1
path: src/Dashboard.php
-
message: '#^Method GlpiPlugin\\Tasklists\\Item_Kanban\:\:loadStateForItem\(\) has invalid return type GlpiPlugin\\Tasklists\\return\.$#'
identifier: class.notFound
count: 1
path: src/Item_Kanban.php
-
message: '#^Method GlpiPlugin\\Tasklists\\Item_Kanban\:\:loadStateForItem\(\) should return GlpiPlugin\\Tasklists\\return but returns false\.$#'
identifier: return.type
count: 1
path: src/Item_Kanban.php
-
message: '#^Static property GlpiPlugin\\Tasklists\\Item_Kanban\:\:\$checkItem_1_Rights \(1\|2\|3\) does not accept default value of type ''plugin_tasklists''\.$#'
identifier: property.defaultValue
count: 1
path: src/Item_Kanban.php
-
message: '#^Call to an undefined method GlpiPlugin\\Tasklists\\Kanban\:\:canModifyGlobalState\(\)\.$#'
identifier: method.notFound
count: 1
path: src/Kanban.php
-
message: '#^Call to an undefined method GlpiPlugin\\Tasklists\\Kanban\:\:getFromDB\(\)\.$#'
identifier: method.notFound
count: 1
path: src/Kanban.php
-
message: '#^Method GlpiPlugin\\Tasklists\\Kanban\:\:getTypeName\(\) has invalid return type GlpiPlugin\\Tasklists\\translated\.$#'
identifier: class.notFound
count: 1
path: src/Kanban.php
-
message: '#^Method GlpiPlugin\\Tasklists\\Kanban\:\:getTypeName\(\) should return GlpiPlugin\\Tasklists\\translated but returns string\.$#'
identifier: return.type
count: 1
path: src/Kanban.php
-
message: '#^You should not use the `die` function\. It prevents the execution of post\-request/post\-command routines\.$#'
identifier: glpi.forbidExit
count: 1
path: src/Kanban.php
-
message: '#^Call to an undefined method CommonGLPI\:\:getField\(\)\.$#'
identifier: method.notFound
count: 14
path: src/NotificationTargetTask.php
-
message: '#^Result of method NotificationTarget\<CommonGLPI\>\:\:addUserByField\(\) \(void\) is used\.$#'
identifier: method.void
count: 2
path: src/NotificationTargetTask.php
-
message: '#^You should not use the `die` function\. It prevents the execution of post\-request/post\-command routines\.$#'
identifier: glpi.forbidExit
count: 1
path: src/NotificationTargetTask.php
-
message: '#^Method GlpiPlugin\\Tasklists\\Preference\:\:getTabNameForItem\(\) has invalid return type GlpiPlugin\\Tasklists\\translated\.$#'
identifier: class.notFound
count: 1
path: src/Preference.php
-
message: '#^Call to an undefined method CommonGLPI\:\:getField\(\)\.$#'
identifier: method.notFound
count: 1
path: src/Profile.php
-
message: '#^Method GlpiPlugin\\Tasklists\\Profile\:\:getTabNameForItem\(\) has invalid return type GlpiPlugin\\Tasklists\\translated\.$#'
identifier: class.notFound
count: 1
path: src/Profile.php
-
message: '#^You should not use the `die` function\. It prevents the execution of post\-request/post\-command routines\.$#'
identifier: glpi.forbidExit
count: 1
path: src/Profile.php
-
message: '#^Access to an undefined property GlpiPlugin\\Tasklists\\Task\:\:\$groups\.$#'
identifier: property.notFound
count: 1
path: src/Task.php
-
message: '#^Access to an undefined property GlpiPlugin\\Tasklists\\Task\:\:\$users\.$#'
identifier: property.notFound
count: 1
path: src/Task.php
-
message: '#^Call to an undefined method CommonDBTM\:\:checkVisibility\(\)\.$#'
identifier: method.notFound
count: 2
path: src/Task.php
-
message: '#^Call to function is_array\(\) with array will always evaluate to true\.$#'
identifier: function.alreadyNarrowedType
count: 1
path: src/Task.php
-
message: '#^Instantiating an object from an unrestricted dynamic string is forbidden \(see https\://github\.com/glpi\-project/phpstan\-glpi\?tab\=readme\-ov\-file\#forbiddynamicinstantiationrule\)\.$#'
identifier: glpi.forbidDynamicInstantiation
count: 3
path: src/Task.php
-
message: '#^Method GlpiPlugin\\Tasklists\\Task\:\:dropdownTasklists\(\) has invalid return type GlpiPlugin\\Tasklists\\nothing\.$#'
identifier: class.notFound
count: 1
path: src/Task.php
-
message: '#^Method GlpiPlugin\\Tasklists\\Task\:\:dropdownTasklists\(\) should return GlpiPlugin\\Tasklists\\nothing but returns int\<0, max\>\.$#'
identifier: return.type
count: 1
path: src/Task.php
-
message: '#^Method GlpiPlugin\\Tasklists\\Task\:\:dropdownTasklists\(\) should return GlpiPlugin\\Tasklists\\nothing but returns string\.$#'
identifier: return.type
count: 1
path: src/Task.php
-
message: '#^Method GlpiPlugin\\Tasklists\\Task\:\:executeActions\(\) has invalid return type GlpiPlugin\\Tasklists\\the\.$#'
identifier: class.notFound
count: 1
path: src/Task.php
-
message: '#^Method GlpiPlugin\\Tasklists\\Task\:\:getVisibilityName\(\) has invalid return type GlpiPlugin\\Tasklists\\priority\.$#'
identifier: class.notFound
count: 1
path: src/Task.php
-
message: '#^Method GlpiPlugin\\Tasklists\\Task\:\:processMassiveActionsForOneItemtype\(\) has invalid return type GlpiPlugin\\Tasklists\\nothing\.$#'
identifier: class.notFound
count: 1
path: src/Task.php
-
message: '#^Offset ''name'' on array\{name\: mixed, comment\?\: string, users_id\?\: mixed, entities_id\?\: mixed, state\: 1\} in isset\(\) always exists and is not nullable\.$#'
identifier: isset.offset
count: 1
path: src/Task.php
-
message: '#^PHPDoc tag @param references unknown parameter\: \$options$#'
identifier: parameter.notFound
count: 1
path: src/Task.php
-
message: '#^PHPDoc tag @throws with type GlpitestSQLError is not subtype of Throwable$#'
identifier: throws.notThrowable
count: 2
path: src/Task.php
-
message: '#^PHPDoc tag @var with type CommonDBTM is not subtype of native type null\.$#'
identifier: varTag.nativeType
count: 3
path: src/Task.php
-
message: '#^PHPDoc tag @var with type CommonDBTM is not subtype of native type string\.$#'
identifier: varTag.nativeType
count: 2
path: src/Task.php
-
message: '#^Parameter \#1 \$checkitem \(null\) of method GlpiPlugin\\Tasklists\\Task\:\:getSpecificMassiveActions\(\) should be compatible with parameter \$checkitem \(CommonDBTM\) of method CommonDBTM\:\:getSpecificMassiveActions\(\)$#'
identifier: method.childParameterType
count: 1
path: src/Task.php
-
message: '#^Parameter \#1 \$history \(int\) of method GlpiPlugin\\Tasklists\\Task\:\:post_updateItem\(\) should be compatible with parameter \$history \(bool\) of method CommonDBTM\:\:post_updateItem\(\)$#'
identifier: method.childParameterType
count: 1
path: src/Task.php
-
message: '#^Parameter \#4 \$toobserve of static method Ajax\:\:updateItem\(\) expects string, false given\.$#'
identifier: argument.type
count: 1
path: src/Task.php
-
message: '#^Unreachable statement \- code above always terminates\.$#'
identifier: deadCode.unreachable
count: 1
path: src/Task.php
-
message: '#^Variable \$field might not be defined\.$#'
identifier: variable.undefined
count: 2
path: src/Task.php
-
message: '#^You should not use the `die` function\. It prevents the execution of post\-request/post\-command routines\.$#'
identifier: glpi.forbidExit
count: 1
path: src/Task.php
-
message: '#^Access to offset ''tasktypes'' on an unknown class GlpiPlugin\\Tasklists\\type\.$#'
identifier: class.notFound
count: 3
path: src/TaskState.php
-
message: '#^Method GlpiPlugin\\Tasklists\\TaskState\:\:encodeSubtypes\(\) has invalid return type type\.$#'
identifier: class.notFound
count: 1
path: src/TaskState.php
-
message: '#^Method GlpiPlugin\\Tasklists\\TaskState\:\:encodeSubtypes\(\) should return type but returns GlpiPlugin\\Tasklists\\type\.$#'
identifier: return.type
count: 1
path: src/TaskState.php
-
message: '#^Method GlpiPlugin\\Tasklists\\TaskState\:\:prepareInputForAdd\(\) has invalid return type type\.$#'
identifier: class.notFound
count: 1
path: src/TaskState.php
-
message: '#^Method GlpiPlugin\\Tasklists\\TaskState\:\:prepareInputForUpdate\(\) has invalid return type type\.$#'
identifier: class.notFound
count: 1
path: src/TaskState.php
-
message: '#^Parameter \#1 \$input of method GlpiPlugin\\Tasklists\\TaskState\:\:encodeSubtypes\(\) expects GlpiPlugin\\Tasklists\\type, array given\.$#'
identifier: argument.type
count: 2
path: src/TaskState.php
-
message: '#^Parameter \$input of method GlpiPlugin\\Tasklists\\TaskState\:\:encodeSubtypes\(\) has invalid type GlpiPlugin\\Tasklists\\type\.$#'
identifier: class.notFound
count: 1
path: src/TaskState.php
-
message: '#^Unreachable statement \- code above always terminates\.$#'
identifier: deadCode.unreachable
count: 1
path: src/TaskState.php
-
message: '#^Variable \$possible_values might not be defined\.$#'
identifier: variable.undefined
count: 1
path: src/TaskState.php
-
message: '#^You should not use the `die` function\. It prevents the execution of post\-request/post\-command routines\.$#'
identifier: glpi.forbidExit
count: 1
path: src/TaskState.php
-
message: '#^Method GlpiPlugin\\Tasklists\\TaskType\:\:getAllKanbanColumns\(\) should return array\<int, array\{id\: int\|string, name\: string, header_color\: string, header_fg_color\?\: string, color_class\?\: string, drop_only\?\: bool\}\> but returns non\-empty\-array\<array\{name\: mixed, header_color\: mixed, header_fg_color\: string, drop_only\: 0\}\>\.$#'
identifier: return.type
count: 1
path: src/TaskType.php
-
message: '#^Method GlpiPlugin\\Tasklists\\TaskType\:\:getDataToDisplayOnKanban\(\) should return array but return statement is missing\.$#'
identifier: return.missing
count: 1
path: src/TaskType.php
-
message: '#^Method GlpiPlugin\\Tasklists\\TaskType\:\:transfer\(\) has invalid return type GlpiPlugin\\Tasklists\\ID\.$#'
identifier: class.notFound
count: 1
path: src/TaskType.php
-
message: '#^Method GlpiPlugin\\Tasklists\\TaskType\:\:transfer\(\) has invalid return type GlpiPlugin\\Tasklists\\the\.$#'
identifier: class.notFound
count: 1
path: src/TaskType.php
-
message: '#^PHPDoc tag @throws with type GlpitestSQLError is not subtype of Throwable$#'
identifier: throws.notThrowable
count: 1
path: src/TaskType.php
-
message: '#^You should not use the `die` function\. It prevents the execution of post\-request/post\-command routines\.$#'
identifier: glpi.forbidExit
count: 1
path: src/TaskType.php
-
message: '#^Access to an undefined property CommonGLPI\:\:\$fields\.$#'
identifier: property.notFound
count: 2
path: src/Task_Comment.php
-
message: '#^Call to an undefined method CommonGLPI\:\:getID\(\)\.$#'
identifier: method.notFound
count: 2
path: src/Task_Comment.php
-
message: '#^Parameter \#1 \$item of static method GlpiPlugin\\Tasklists\\Task_Comment\:\:showForItem\(\) expects CommonDBTM, CommonGLPI given\.$#'
identifier: argument.type
count: 1
path: src/Task_Comment.php
-
message: '#^Ternary operator condition is always true\.$#'
identifier: ternary.alwaysTrue
count: 1
path: src/Task_Comment.php
-
message: '#^You should not use the `die` function\. It prevents the execution of post\-request/post\-command routines\.$#'
identifier: glpi.forbidExit
count: 1
path: src/Task_Comment.php
-
message: '#^Call to an undefined method CommonGLPI\:\:getField\(\)\.$#'
identifier: method.notFound
count: 1
path: src/Ticket.php
-
message: '#^Call to an undefined method CommonGLPI\:\:getID\(\)\.$#'
identifier: method.notFound
count: 2
path: src/Ticket.php
-
message: '#^Method GlpiPlugin\\Tasklists\\Ticket\:\:showForTicket\(\) should return bool but return statement is missing\.$#'
identifier: return.missing
count: 1
path: src/Ticket.php
-
message: '#^PHPDoc tag @param references unknown parameter\: \$options$#'
identifier: parameter.notFound
count: 1
path: src/Ticket.php
-
message: '#^PHPDoc tag @throws with type GlpitestSQLError is not subtype of Throwable$#'
identifier: throws.notThrowable
count: 2
path: src/Ticket.php
-
message: '#^Unreachable statement \- code above always terminates\.$#'
identifier: deadCode.unreachable
count: 2
path: src/Ticket.php
-
message: '#^Call to an undefined method CommonGLPI\:\:getID\(\)\.$#'
identifier: method.notFound
count: 1
path: src/TypeVisibility.php
-
message: '#^You should not use the `die` function\. It prevents the execution of post\-request/post\-command routines\.$#'
identifier: glpi.forbidExit
count: 1
path: src/TypeVisibility.php