forked from LibreBooking/librebooking
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
530 lines (442 loc) · 17.4 KB
/
Copy pathphpstan-baseline.neon
File metadata and controls
530 lines (442 loc) · 17.4 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
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
parameters:
ignoreErrors:
-
message: '#^PHPDoc tag @var with type ScheduleLayout is not subtype of native type null\.$#'
identifier: varTag.nativeType
count: 1
path: Domain/Access/ScheduleRepository.php
-
message: '#^Access to an undefined property IRepeatOptions\:\:\$_daysOfWeek\.$#'
identifier: property.notFound
count: 1
path: Domain/RepeatOptions.php
-
message: '#^Access to an undefined property IRepeatOptions\:\:\$_interval\.$#'
identifier: property.notFound
count: 1
path: Domain/RepeatOptions.php
-
message: '#^Comparison operation "\=\=" between PeriodTypes and 1 results in an error\.$#'
identifier: equal.invalid
count: 2
path: Domain/ScheduleLayout.php
-
message: '#^Access to an undefined property Sabre\\VObject\\Document\:\:\$VEVENT\.$#'
identifier: property.notFound
count: 1
path: Presenters/Admin/Import/ICalImportPresenter.php
-
message: '#^PHPDoc tag @var with type IReservationValidationRule is not subtype of native type ReservationStartTimeRule\|ResourceMaximumNoticeCurrentInstanceRule\|ResourceMaximumNoticeRule\|ResourceMinimumNoticeCurrentInstanceRuleUpdate\|ResourceMinimumNoticeRuleAdd\.$#'
identifier: varTag.nativeType
count: 1
path: Presenters/ParticipationPresenter.php
-
message: '#^PHPDoc tag @var with type ReservationListItem is not subtype of native type null\.$#'
identifier: varTag.nativeType
count: 1
path: Presenters/ResourceDisplayPresenter.php
-
message: '#^Call to an undefined method ISchedulePage\:\:GetGroupId\(\)\.$#'
identifier: method.notFound
count: 1
path: Presenters/Schedule/SchedulePageBuilder.php
-
message: '#^Call to an undefined method ResourceViewerViewResourcesPage\:\:BindGroups\(\)\.$#'
identifier: method.notFound
count: 1
path: Presenters/ViewSchedulesPresenter.php
-
message: '#^Call to an undefined method ResourceViewerViewResourcesPage\:\:BindSchedules\(\)\.$#'
identifier: method.notFound
count: 1
path: Presenters/ViewSchedulesPresenter.php
-
message: '#^PHPDoc tag @var with type IValidator is not subtype of native type PasswordComplexityValidator\|PasswordValidator\.$#'
identifier: varTag.nativeType
count: 1
path: WebServices/Validators/AccountRequestValidator.php
-
message: '#^PHPDoc tag @var with type IValidator is not subtype of native type AttributeValidator\|RequestRequiredValueValidator\|TimeIntervalValidator\.$#'
identifier: varTag.nativeType
count: 1
path: WebServices/Validators/ResourceRequestValidator.php
-
message: '#^Access to an undefined property IBookableResource\:\:\$Id\.$#'
identifier: property.notFound
count: 1
path: lib/Application/Reservation/ReservationComponentBinder.php
-
message: '#^Call to an undefined method IResource\:\:GetResourceTypeId\(\)\.$#'
identifier: method.notFound
count: 1
path: lib/Application/Reservation/ResourceTypeFilter.php
-
message: '#^Access to an undefined property IReservedItemView\:\:\$item\.$#'
identifier: property.notFound
count: 1
path: lib/Application/Schedule/ReservationListItem.php
-
message: '#^Call to an undefined method IReservedItemView\:\:IsUserParticipating\(\)\.$#'
identifier: method.notFound
count: 1
path: lib/Application/Schedule/ReservationListItem.php
-
message: '#^Comparison operation "\>" between \*NEVER\* and 100 results in an error\.$#'
identifier: greater.invalid
count: 1
path: lib/Application/Schedule/ReservationService.php
-
message: '#^Call to an undefined method Attribute\:\:Id\(\)\.$#'
identifier: method.notFound
count: 1
path: lib/Application/Schedule/ScheduleResourceFilter.php
-
message: '#^Call to an undefined method Attribute\:\:Type\(\)\.$#'
identifier: method.notFound
count: 2
path: lib/Application/Schedule/ScheduleResourceFilter.php
-
message: '#^Call to an undefined method Attribute\:\:Value\(\)\.$#'
identifier: method.notFound
count: 4
path: lib/Application/Schedule/ScheduleResourceFilter.php
-
message: '#^PHPDoc tag @return with type Server is not subtype of native type IRestServer\|null\.$#'
identifier: return.phpDocType
count: 1
path: lib/Common/ServiceLocator.php
-
message: '#^Access to an undefined property ISqlCommand\:\:\$Parameters\.$#'
identifier: property.notFound
count: 1
path: lib/Database/MySQL/MySqlConnection.php
-
message: '#^Call to an undefined method Attribute\:\:Id\(\)\.$#'
identifier: method.notFound
count: 4
path: tests/Application/Attributes/AttributeServiceTest.php
-
message: '#^Access to an undefined property IPassword\:\:\$Encryption\.$#'
identifier: property.notFound
count: 1
path: tests/Application/Authentication/PasswordMigrationTest.php
-
message: '#^Call to an undefined method IUserRepository\:\:expects\(\)\.$#'
identifier: method.notFound
count: 10
path: tests/Application/Authentication/RegistrationTest.php
-
message: '#^Call to an undefined method IUserSessionRepository\:\:expects\(\)\.$#'
identifier: method.notFound
count: 7
path: tests/Application/Authentication/WebServiceAuthenticationTest.php
-
message: '#^Call to an undefined method IScheduleLayout\:\:expects\(\)\.$#'
identifier: method.notFound
count: 2
path: tests/Application/Reservation/ReservationStartTimeRuleTest.php
-
message: '#^Call to an undefined method IScheduleRepository\:\:expects\(\)\.$#'
identifier: method.notFound
count: 2
path: tests/Application/Reservation/ReservationStartTimeRuleTest.php
-
message: '#^Call to an undefined method IScheduleRepository\:\:expects\(\)\.$#'
identifier: method.notFound
count: 2
path: tests/Application/Reservation/ResourceCrossDayRuleTest.php
-
message: '#^Call to an undefined method IScheduleLayout\:\:expects\(\)\.$#'
identifier: method.notFound
count: 3
path: tests/Application/Reservation/SchedulePeriodRuleTest.php
-
message: '#^Call to an undefined method IScheduleRepository\:\:expects\(\)\.$#'
identifier: method.notFound
count: 3
path: tests/Application/Reservation/SchedulePeriodRuleTest.php
-
message: '#^Call to an undefined method Attribute\:\:Id\(\)\.$#'
identifier: method.notFound
count: 2
path: tests/Application/Schedule/ResourceServiceTest.php
-
message: '#^Call to an undefined method IAccessoryRepository\:\:expects\(\)\.$#'
identifier: method.notFound
count: 1
path: tests/Application/Schedule/ResourceServiceTest.php
-
message: '#^Binary operation "\." between non\-falsy\-string and IReservationSlot results in an error\.$#'
identifier: binaryOp.invalid
count: 1
path: tests/Application/Schedule/ScheduleReservationListTest.php
-
message: '#^Cannot call method __toString\(\) on string\.$#'
identifier: method.nonObject
count: 2
path: tests/Application/Schedule/SlotLabelFactoryTest.php
-
message: '#^Call to an undefined method IGroupRepository\:\:expects\(\)\.$#'
identifier: method.notFound
count: 1
path: tests/Application/User/ManageUsersServiceTest.php
-
message: '#^Call to an undefined method IRegistration\:\:expects\(\)\.$#'
identifier: method.notFound
count: 1
path: tests/Application/User/ManageUsersServiceTest.php
-
message: '#^Call to an undefined method IUserViewRepository\:\:expects\(\)\.$#'
identifier: method.notFound
count: 2
path: tests/Application/User/ManageUsersServiceTest.php
-
message: '#^PHPDoc tag @var with type InstanceAddedEvent is not subtype of native type InstanceUpdatedEvent\.$#'
identifier: varTag.nativeType
count: 1
path: tests/Domain/Reservation/ExistingReservationTest.php
-
message: '#^Call to an undefined method IReservationViewRepository\:\:expects\(\)\.$#'
identifier: method.notFound
count: 5
path: tests/Domain/Reservation/QuotaTest.php
-
message: '#^Call to an undefined method IReservationViewRepository\:\:expects\(\)\.$#'
identifier: method.notFound
count: 1
path: tests/Domain/Reservation/QuotaWhenModifyingTest.php
-
message: '#^Call to an undefined method IScheduleLayout\:\:GetPeakTimes\(\)\.$#'
identifier: method.notFound
count: 1
path: tests/Domain/Schedule/ScheduleRepositoryTest.php
-
message: '#^Access to an undefined property TestAdLdapEntry\:\:\$fooName\.$#'
identifier: property.notFound
count: 1
path: tests/Plugins/Authentication/ActiveDirectory/ActiveDirectoryTest.php
-
message: '#^PHPDoc tag @var with type array\<Attribute\> is not subtype of native type array\{LBAttribute\}\.$#'
identifier: varTag.nativeType
count: 1
path: tests/Presenters/Admin/ManageReservationsPresenterTest.php
-
message: '#^Call to an undefined method PasswordEncryption\:\:expects\(\)\.$#'
identifier: method.notFound
count: 2
path: tests/Presenters/Admin/ManageUsersPresenterTest.php
-
message: '#^Method CommonCalendarPresenter\:\:PageLoad\(\) invoked with 2 parameters, 1 required\.$#'
identifier: arguments.count
count: 1
path: tests/Presenters/CalendarPresenterTest.php
-
message: '#^Call to an undefined method IReservationViewRepository\:\:expects\(\)\.$#'
identifier: method.notFound
count: 2
path: tests/Presenters/Dashboard/UpcomingReservationsPresenterTest.php
-
message: '#^Call to an undefined method IUpcomingReservationsControl\:\:expects\(\)\.$#'
identifier: method.notFound
count: 9
path: tests/Presenters/Dashboard/UpcomingReservationsPresenterTest.php
-
message: '#^Method CommonCalendarPresenter\:\:PageLoad\(\) invoked with 2 parameters, 1 required\.$#'
identifier: arguments.count
count: 1
path: tests/Presenters/PersonalCalendarPresenterTest.php
-
message: '#^Call to an undefined method IAttributeService\:\:expects\(\)\.$#'
identifier: method.notFound
count: 1
path: tests/Presenters/RegisterPresenterTest.php
-
message: '#^Call to an undefined method ICaptchaService\:\:expects\(\)\.$#'
identifier: method.notFound
count: 1
path: tests/Presenters/RegisterPresenterTest.php
-
message: '#^Call to an undefined method IExistingReservationPage\:\:expects\(\)\.$#'
identifier: method.notFound
count: 1
path: tests/Presenters/Reservation/EditReservationPresenterTest.php
-
message: '#^Call to an undefined method IReservationInitializer\:\:expects\(\)\.$#'
identifier: method.notFound
count: 1
path: tests/Presenters/Reservation/EditReservationPresenterTest.php
-
message: '#^Call to an undefined method IReservationInitializerFactory\:\:expects\(\)\.$#'
identifier: method.notFound
count: 1
path: tests/Presenters/Reservation/EditReservationPresenterTest.php
-
message: '#^Call to an undefined method IReservationPreconditionService\:\:expects\(\)\.$#'
identifier: method.notFound
count: 1
path: tests/Presenters/Reservation/EditReservationPresenterTest.php
-
message: '#^Call to an undefined method IReservationViewRepository\:\:expects\(\)\.$#'
identifier: method.notFound
count: 1
path: tests/Presenters/Reservation/EditReservationPresenterTest.php
-
message: '#^Call to an undefined method IReservationInitializer\:\:expects\(\)\.$#'
identifier: method.notFound
count: 1
path: tests/Presenters/Reservation/GuestReservationPresenterTest.php
-
message: '#^Access to an undefined property FakeReservationAuthorization\:\:\$_CanReserveFor\.$#'
identifier: property.notFound
count: 3
path: tests/Presenters/Reservation/ReservationAttributesPresenterTest.php
-
message: '#^Call to an undefined method Attribute\:\:Id\(\)\.$#'
identifier: method.notFound
count: 5
path: tests/Presenters/Reservation/ReservationAttributesPresenterTest.php
-
message: '#^Call to an undefined method Attribute\:\:Value\(\)\.$#'
identifier: method.notFound
count: 2
path: tests/Presenters/Reservation/ReservationAttributesPresenterTest.php
-
message: '#^Call to an undefined method IDeleteReservationPersistenceService\:\:expects\(\)\.$#'
identifier: method.notFound
count: 1
path: tests/Presenters/Reservation/ReservationDeletePresenterTest.php
-
message: '#^Call to an undefined method IReservationDeletePage\:\:expects\(\)\.$#'
identifier: method.notFound
count: 3
path: tests/Presenters/Reservation/ReservationDeletePresenterTest.php
-
message: '#^Call to an undefined method IReservationHandler\:\:expects\(\)\.$#'
identifier: method.notFound
count: 1
path: tests/Presenters/Reservation/ReservationDeletePresenterTest.php
-
message: '#^Call to an undefined method IReservationHandler\:\:expects\(\)\.$#'
identifier: method.notFound
count: 1
path: tests/Presenters/Reservation/ReservationMovePresenterTest.php
-
message: '#^Call to an undefined method IUpdateReservationPersistenceService\:\:expects\(\)\.$#'
identifier: method.notFound
count: 3
path: tests/Presenters/Reservation/ReservationMovePresenterTest.php
-
message: '#^Access to an undefined property IReservationSavePage\:\:\$attachment\.$#'
identifier: property.notFound
count: 1
path: tests/Presenters/Reservation/ReservationSavePresenterTest.php
-
message: '#^Access to an undefined property IReservationSavePage\:\:\$invitedGuests\.$#'
identifier: property.notFound
count: 1
path: tests/Presenters/Reservation/ReservationSavePresenterTest.php
-
message: '#^Access to an undefined property IReservationSavePage\:\:\$participatingGuests\.$#'
identifier: property.notFound
count: 1
path: tests/Presenters/Reservation/ReservationSavePresenterTest.php
-
message: '#^Access to an undefined property IReservationSavePage\:\:\$referenceNumber\.$#'
identifier: property.notFound
count: 1
path: tests/Presenters/Reservation/ReservationSavePresenterTest.php
-
message: '#^Access to an undefined property IReservationSavePage\:\:\$requiresApproval\.$#'
identifier: property.notFound
count: 1
path: tests/Presenters/Reservation/ReservationSavePresenterTest.php
-
message: '#^Call to an undefined method IReservationHandler\:\:expects\(\)\.$#'
identifier: method.notFound
count: 1
path: tests/Presenters/Reservation/ReservationUpdatePresenterTest.php
-
message: '#^Call to an undefined method IResourceRepository\:\:expects\(\)\.$#'
identifier: method.notFound
count: 2
path: tests/Presenters/Reservation/ReservationUpdatePresenterTest.php
-
message: '#^Call to an undefined method IUpdateReservationPersistenceService\:\:expects\(\)\.$#'
identifier: method.notFound
count: 2
path: tests/Presenters/Reservation/ReservationUpdatePresenterTest.php
-
message: '#^Call to an undefined method IAccessoryRepository\:\:expects\(\)\.$#'
identifier: method.notFound
count: 2
path: tests/WebServices/AccessoriesWebServiceTest.php
-
message: '#^Call to an undefined method IResourceRepository\:\:expects\(\)\.$#'
identifier: method.notFound
count: 1
path: tests/WebServices/AccessoriesWebServiceTest.php
-
message: '#^Call to an undefined method IReservationPresenterFactory\:\:expects\(\)\.$#'
identifier: method.notFound
count: 4
path: tests/WebServices/Controllers/ReservationSaveControllerTest.php
-
message: '#^Call to an undefined method IResourceRepository\:\:expects\(\)\.$#'
identifier: method.notFound
count: 6
path: tests/WebServices/Controllers/ResourceSaveControllerTest.php
-
message: '#^Call to an undefined method IResourceRequestValidator\:\:expects\(\)\.$#'
identifier: method.notFound
count: 6
path: tests/WebServices/Controllers/ResourceSaveControllerTest.php
-
message: '#^Call to an undefined method IManageUsersService\:\:expects\(\)\.$#'
identifier: method.notFound
count: 4
path: tests/WebServices/Controllers/UserSaveControllerTest.php
-
message: '#^Call to an undefined method IManageUsersServiceFactory\:\:expects\(\)\.$#'
identifier: method.notFound
count: 4
path: tests/WebServices/Controllers/UserSaveControllerTest.php
-
message: '#^Call to an undefined method IUserRequestValidator\:\:expects\(\)\.$#'
identifier: method.notFound
count: 5
path: tests/WebServices/Controllers/UserSaveControllerTest.php
-
message: '#^Call to an undefined method IGroupViewRepository\:\:expects\(\)\.$#'
identifier: method.notFound
count: 1
path: tests/WebServices/GroupsWebServiceTest.php
-
message: '#^Call to an undefined method IAttributeService\:\:expects\(\)\.$#'
identifier: method.notFound
count: 1
path: tests/WebServices/ReservationsWebServiceTest.php
-
message: '#^Method ResourcesWebService\:\:GetAvailability\(\) invoked with 1 parameter, 0 required\.$#'
identifier: arguments.count
count: 2
path: tests/WebServices/ResourcesWebServiceTest.php
-
message: '#^Call to an undefined method IScheduleRepository\:\:expects\(\)\.$#'
identifier: method.notFound
count: 4
path: tests/WebServices/SchedulesWebServiceTest.php
-
message: '#^Call to an undefined method IAttributeService\:\:expects\(\)\.$#'
identifier: method.notFound
count: 1
path: tests/WebServices/Validators/ResourceRequestValidatorTest.php
-
message: '#^Call to an undefined method IAttributeService\:\:expects\(\)\.$#'
identifier: method.notFound
count: 3
path: tests/WebServices/Validators/UserRequestValidatorTest.php
-
message: '#^Call to an undefined method IUserViewRepository\:\:expects\(\)\.$#'
identifier: method.notFound
count: 3
path: tests/WebServices/Validators/UserRequestValidatorTest.php