generated from DJTommek/php-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
phpstan-baseline.neon
526 lines (422 loc) · 22.2 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
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
parameters:
ignoreErrors:
-
message: "#^Method App\\\\BetterLocation\\\\FromExif\\:\\:run\\(\\) return type with generic class App\\\\BetterLocation\\\\FromExif does not specify its types\\: Input$#"
count: 1
path: src/libs/BetterLocation/FromExif.php
-
message: "#^PHPDoc tag @param for parameter \\$input with type Input of resource\\|string is not subtype of native type string\\.$#"
count: 1
path: src/libs/BetterLocation/FromExif.php
-
message: "#^Property App\\\\BetterLocation\\\\FromExif\\:\\:\\$exif with generic class App\\\\Exif\\\\Exif does not specify its types\\: ExifData$#"
count: 1
path: src/libs/BetterLocation/FromExif.php
-
message: "#^Unable to resolve the template type T in call to method static method Nette\\\\Utils\\\\Arrays\\:\\:last\\(\\)$#"
count: 1
path: src/libs/BetterLocation/Service/FacebookService.php
-
message: "#^Method App\\\\DummyLogger\\:\\:log\\(\\) has no return type specified\\.$#"
count: 1
path: src/libs/DummyLogger.php
-
message: "#^Method App\\\\DummyLogger\\:\\:log\\(\\) has parameter \\$level with no type specified\\.$#"
count: 1
path: src/libs/DummyLogger.php
-
message: "#^Method App\\\\DummyLogger\\:\\:log\\(\\) has parameter \\$value with no type specified\\.$#"
count: 1
path: src/libs/DummyLogger.php
-
message: "#^Method App\\\\Foursquare\\\\Types\\\\VenueLocationType\\:\\:getFormattedAddress\\(\\) has no return type specified\\.$#"
count: 1
path: src/libs/Foursquare/Types/VenueLocationType.php
-
message: "#^Property App\\\\Geocaching\\\\Types\\\\GeocachePreviewType\\:\\:\\$recentActivities type has no value type specified in iterable type array\\.$#"
count: 1
path: src/libs/Geocaching/Types/GeocachePreviewType.php
-
message: "#^Method App\\\\OpenElevation\\\\OpenElevation\\:\\:request\\(\\) has parameter \\$coordinates with no value type specified in iterable type array\\.$#"
count: 1
path: src/libs/OpenElevation/OpenElevation.php
-
message: "#^Method App\\\\Pluginer\\\\Pluginer\\:\\:callApi\\(\\) has parameter \\$requestBody with no value type specified in iterable type array\\.$#"
count: 1
path: src/libs/Pluginer/Pluginer.php
-
message: "#^Method App\\\\Pluginer\\\\Pluginer\\:\\:collectionToData\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/libs/Pluginer/Pluginer.php
-
message: "#^Method App\\\\Pluginer\\\\Validator\\:\\:mapJsonErrors\\(\\) has parameter \\$error with no value type specified in iterable type array\\.$#"
count: 1
path: src/libs/Pluginer/Validator.php
-
message: "#^Method App\\\\Repository\\\\ChatEntity\\:\\:fromRow\\(\\) has parameter \\$row with no value type specified in iterable type array\\.$#"
count: 1
path: src/libs/Repository/ChatEntity.php
-
message: "#^Method App\\\\Repository\\\\Entity\\:\\:fromRow\\(\\) has no return type specified\\.$#"
count: 1
path: src/libs/Repository/Entity.php
-
message: "#^Method App\\\\Repository\\\\Entity\\:\\:fromRow\\(\\) has parameter \\$row with no value type specified in iterable type array\\.$#"
count: 1
path: src/libs/Repository/Entity.php
-
message: "#^Method App\\\\Repository\\\\Entity\\:\\:fromRows\\(\\) has parameter \\$rows with no value type specified in iterable type array\\.$#"
count: 1
path: src/libs/Repository/Entity.php
-
message: "#^Method App\\\\Repository\\\\Entity\\:\\:fromRows\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/libs/Repository/Entity.php
-
message: "#^Method App\\\\Repository\\\\FavouritesEntity\\:\\:fromRow\\(\\) has parameter \\$row with no value type specified in iterable type array\\.$#"
count: 1
path: src/libs/Repository/FavouritesEntity.php
-
message: "#^Method App\\\\Repository\\\\Repository\\:\\:inHelper\\(\\) has parameter \\$values with no value type specified in iterable type array\\.$#"
count: 1
path: src/libs/Repository/Repository.php
-
message: "#^Method App\\\\Repository\\\\StaticMapCacheEntity\\:\\:fromRow\\(\\) has parameter \\$row with no value type specified in iterable type array\\.$#"
count: 1
path: src/libs/Repository/StaticMapCacheEntity.php
-
message: "#^Method App\\\\Repository\\\\UserEntity\\:\\:fromRow\\(\\) has parameter \\$row with no value type specified in iterable type array\\.$#"
count: 1
path: src/libs/Repository/UserEntity.php
-
message: "#^Method App\\\\Repository\\\\WebLoginEntity\\:\\:fromRow\\(\\) has parameter \\$row with no value type specified in iterable type array\\.$#"
count: 1
path: src/libs/Repository/WebLoginEntity.php
-
message: "#^Method App\\\\TelegramCustomWrapper\\\\BetterLocationMessageSettings\\:\\:__construct\\(\\) has parameter \\$bulkLinkServices with no value type specified in iterable type array\\.$#"
count: 1
path: src/libs/TelegramCustomWrapper/BetterLocationMessageSettings.php
-
message: "#^Method App\\\\TelegramCustomWrapper\\\\BetterLocationMessageSettings\\:\\:__construct\\(\\) has parameter \\$buttonServices with no value type specified in iterable type array\\.$#"
count: 1
path: src/libs/TelegramCustomWrapper/BetterLocationMessageSettings.php
-
message: "#^Method App\\\\TelegramCustomWrapper\\\\BetterLocationMessageSettings\\:\\:__construct\\(\\) has parameter \\$shareServices with no value type specified in iterable type array\\.$#"
count: 1
path: src/libs/TelegramCustomWrapper/BetterLocationMessageSettings.php
-
message: "#^Method App\\\\TelegramCustomWrapper\\\\BetterLocationMessageSettings\\:\\:__construct\\(\\) has parameter \\$textServices with no value type specified in iterable type array\\.$#"
count: 1
path: src/libs/TelegramCustomWrapper/BetterLocationMessageSettings.php
-
message: "#^Method App\\\\TelegramCustomWrapper\\\\BetterLocationMessageSettings\\:\\:processRows\\(\\) has parameter \\$rows with no value type specified in iterable type array\\.$#"
count: 1
path: src/libs/TelegramCustomWrapper/BetterLocationMessageSettings.php
-
message: "#^Method App\\\\TelegramCustomWrapper\\\\Events\\\\Button\\\\Button\\:\\:flash\\(\\) has no return type specified\\.$#"
count: 1
path: src/libs/TelegramCustomWrapper/Events/Button/Button.php
-
message: "#^Method App\\\\TelegramCustomWrapper\\\\Events\\\\Button\\\\Button\\:\\:replyButton\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#"
count: 1
path: src/libs/TelegramCustomWrapper/Events/Button/Button.php
-
message: "#^Method App\\\\TelegramCustomWrapper\\\\Events\\\\Button\\\\FavouritesButton\\:\\:processFavouritesList\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/libs/TelegramCustomWrapper/Events/Button/FavouritesButton.php
-
message: "#^Method App\\\\TelegramCustomWrapper\\\\Events\\\\Button\\\\HelpButton\\:\\:processHelp\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/libs/TelegramCustomWrapper/Events/Button/HelpButton.php
-
message: "#^Method App\\\\TelegramCustomWrapper\\\\Events\\\\Button\\\\RefreshButton\\:\\:processRefresh\\(\\) has no return type specified\\.$#"
count: 1
path: src/libs/TelegramCustomWrapper/Events/Button/RefreshButton.php
-
message: "#^Method App\\\\TelegramCustomWrapper\\\\Events\\\\Button\\\\SettingsButton\\:\\:processSettings\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/libs/TelegramCustomWrapper/Events/Button/SettingsButton.php
-
message: "#^Method App\\\\TelegramCustomWrapper\\\\Events\\\\Command\\\\FavouritesCommand\\:\\:processFavouritesList\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/libs/TelegramCustomWrapper/Events/Command/FavouritesCommand.php
-
message: "#^Method App\\\\TelegramCustomWrapper\\\\Events\\\\Command\\\\HelpCommand\\:\\:processHelp\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/libs/TelegramCustomWrapper/Events/Command/HelpCommand.php
-
message: "#^Method App\\\\TelegramCustomWrapper\\\\Events\\\\Command\\\\LoginCommand\\:\\:processLogin2\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/libs/TelegramCustomWrapper/Events/Command/LoginCommand.php
-
message: "#^Method App\\\\TelegramCustomWrapper\\\\Events\\\\Command\\\\SettingsCommand\\:\\:processSettings\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/libs/TelegramCustomWrapper/Events/Command/SettingsCommand.php
-
message: "#^Method App\\\\TelegramCustomWrapper\\\\Events\\\\Command\\\\StartCommand\\:\\:processFavourites\\(\\) has no return type specified\\.$#"
count: 1
path: src/libs/TelegramCustomWrapper/Events/Command/StartCommand.php
-
message: "#^Method App\\\\TelegramCustomWrapper\\\\Events\\\\Command\\\\StartCommand\\:\\:processFavourites\\(\\) has parameter \\$params with no value type specified in iterable type array\\.$#"
count: 1
path: src/libs/TelegramCustomWrapper/Events/Command/StartCommand.php
-
message: "#^Method App\\\\TelegramCustomWrapper\\\\Events\\\\Command\\\\StartCommand\\:\\:processFavouritesList\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/libs/TelegramCustomWrapper/Events/Command/StartCommand.php
-
message: "#^Method App\\\\TelegramCustomWrapper\\\\Events\\\\Command\\\\StartCommand\\:\\:processHelp\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/libs/TelegramCustomWrapper/Events/Command/StartCommand.php
-
message: "#^Method App\\\\TelegramCustomWrapper\\\\Events\\\\Command\\\\StartCommand\\:\\:processLogin2\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/libs/TelegramCustomWrapper/Events/Command/StartCommand.php
-
message: "#^Method App\\\\TelegramCustomWrapper\\\\Events\\\\Command\\\\StartCommand\\:\\:processSettings\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/libs/TelegramCustomWrapper/Events/Command/StartCommand.php
-
message: "#^Method App\\\\TelegramCustomWrapper\\\\Events\\\\Command\\\\StartCommand\\:\\:processStartCoordinates\\(\\) has no return type specified\\.$#"
count: 1
path: src/libs/TelegramCustomWrapper/Events/Command/StartCommand.php
-
message: "#^Method App\\\\TelegramCustomWrapper\\\\Events\\\\Command\\\\StartCommand\\:\\:processStartCoordinates\\(\\) has parameter \\$matches with no value type specified in iterable type array\\.$#"
count: 1
path: src/libs/TelegramCustomWrapper/Events/Command/StartCommand.php
-
message: "#^Method App\\\\TelegramCustomWrapper\\\\Events\\\\Edit\\\\Edit\\:\\:editMessage\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#"
count: 1
path: src/libs/TelegramCustomWrapper/Events/Edit/Edit.php
-
message: "#^Method App\\\\TelegramCustomWrapper\\\\Events\\\\Events\\:\\:reply\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#"
count: 1
path: src/libs/TelegramCustomWrapper/Events/Events.php
-
message: "#^Property App\\\\TelegramCustomWrapper\\\\Events\\\\Events\\:\\:\\$loop has no type specified\\.$#"
count: 1
path: src/libs/TelegramCustomWrapper/Events/Events.php
-
message: "#^Method App\\\\TelegramCustomWrapper\\\\Login\\:\\:__construct\\(\\) has parameter \\$raw with no value type specified in iterable type array\\.$#"
count: 1
path: src/libs/TelegramCustomWrapper/Login.php
-
message: "#^Method App\\\\TelegramCustomWrapper\\\\Login\\:\\:getRawFiltered\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/libs/TelegramCustomWrapper/Login.php
-
message: "#^Method App\\\\TelegramCustomWrapper\\\\Login\\:\\:hasRequiredGetParams\\(\\) has parameter \\$getParams with no type specified\\.$#"
count: 1
path: src/libs/TelegramCustomWrapper/Login.php
-
message: "#^Property App\\\\TelegramCustomWrapper\\\\Login\\:\\:\\$raw type has no value type specified in iterable type array\\.$#"
count: 1
path: src/libs/TelegramCustomWrapper/Login.php
-
message: "#^Method App\\\\TelegramCustomWrapper\\\\SendMessage\\:\\:__construct\\(\\) has parameter \\$messageId with no type specified\\.$#"
count: 1
path: src/libs/TelegramCustomWrapper/SendMessage.php
-
message: "#^Method App\\\\TelegramCustomWrapper\\\\SendMessage\\:\\:__construct\\(\\) has parameter \\$replyMarkup with no type specified\\.$#"
count: 1
path: src/libs/TelegramCustomWrapper/SendMessage.php
-
message: "#^Method App\\\\TelegramCustomWrapper\\\\SendMessage\\:\\:__construct\\(\\) has parameter \\$replyMessageId with no type specified\\.$#"
count: 1
path: src/libs/TelegramCustomWrapper/SendMessage.php
-
message: "#^Method App\\\\TelegramCustomWrapper\\\\SendMessage\\:\\:disableWebPagePreview\\(\\) has no return type specified\\.$#"
count: 1
path: src/libs/TelegramCustomWrapper/SendMessage.php
-
message: "#^Method App\\\\TelegramCustomWrapper\\\\SendMessage\\:\\:setParseMode\\(\\) has no return type specified\\.$#"
count: 1
path: src/libs/TelegramCustomWrapper/SendMessage.php
-
message: "#^Method App\\\\TelegramCustomWrapper\\\\SendMessage\\:\\:setParseMode\\(\\) has parameter \\$parseMode with no type specified\\.$#"
count: 1
path: src/libs/TelegramCustomWrapper/SendMessage.php
-
message: "#^Method App\\\\TelegramCustomWrapper\\\\SendMessage\\:\\:setReplyMarkup\\(\\) has no return type specified\\.$#"
count: 1
path: src/libs/TelegramCustomWrapper/SendMessage.php
-
message: "#^Method App\\\\TelegramCustomWrapper\\\\SendMessage\\:\\:setReplyMarkup\\(\\) has parameter \\$replyMarkup with no type specified\\.$#"
count: 1
path: src/libs/TelegramCustomWrapper/SendMessage.php
-
message: "#^Method App\\\\TelegramCustomWrapper\\\\SendMessage\\:\\:setReplyToMessageId\\(\\) has no return type specified\\.$#"
count: 1
path: src/libs/TelegramCustomWrapper/SendMessage.php
-
message: "#^Method App\\\\TelegramCustomWrapper\\\\SendMessage\\:\\:setReplyToMessageId\\(\\) has parameter \\$replyMessageId with no type specified\\.$#"
count: 1
path: src/libs/TelegramCustomWrapper/SendMessage.php
-
message: "#^Property App\\\\TelegramCustomWrapper\\\\SendMessage\\:\\:\\$msg has no type specified\\.$#"
count: 1
path: src/libs/TelegramCustomWrapper/SendMessage.php
-
message: "#^Method App\\\\TelegramCustomWrapper\\\\TelegramHelper\\:\\:getParams\\(\\) has parameter \\$update with no type specified\\.$#"
count: 1
path: src/libs/TelegramCustomWrapper/TelegramHelper.php
-
message: "#^Method App\\\\TelegramCustomWrapper\\\\TelegramHelper\\:\\:getParams\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/libs/TelegramCustomWrapper/TelegramHelper.php
-
message: "#^Method App\\\\Utils\\\\Coordinates\\:\\:isInPolygon\\(\\) has parameter \\$polygon with no value type specified in iterable type array\\.$#"
count: 1
path: src/libs/Utils/Coordinates.php
-
message: "#^Method App\\\\Utils\\\\Coordinates\\:\\:safe\\(\\) has parameter \\$elevation with no type specified\\.$#"
count: 1
path: src/libs/Utils/Coordinates.php
-
message: "#^Method App\\\\Utils\\\\Coordinates\\:\\:safe\\(\\) has parameter \\$lat with no type specified\\.$#"
count: 1
path: src/libs/Utils/Coordinates.php
-
message: "#^Method App\\\\Utils\\\\Coordinates\\:\\:safe\\(\\) has parameter \\$lon with no type specified\\.$#"
count: 1
path: src/libs/Utils/Coordinates.php
-
message: "#^Method App\\\\Utils\\\\Coordinates\\:\\:wgs84DegreesToDegreesMinutes\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/libs/Utils/Coordinates.php
-
message: "#^Method App\\\\Utils\\\\Coordinates\\:\\:wgs84DegreesToDegreesMinutesSeconds\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/libs/Utils/Coordinates.php
-
message: "#^Method App\\\\Utils\\\\DateImmutableUtils\\:\\:fromTimestampMs\\(\\) has parameter \\$timestampMs with no type specified\\.$#"
count: 1
path: src/libs/Utils/DateImmutableUtils.php
-
message: "#^Method App\\\\Utils\\\\Ge0Code\\:\\:base64reversed\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/libs/Utils/Ge0Code.php
-
message: "#^Method App\\\\Utils\\\\Ge0Code\\:\\:decodeLatLon\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/libs/Utils/Ge0Code.php
-
message: "#^Method App\\\\Utils\\\\Ge0Code\\:\\:maxPointBits\\(\\) has no return type specified\\.$#"
count: 1
path: src/libs/Utils/Ge0Code.php
-
message: "#^Method App\\\\Utils\\\\SimpleLogger\\:\\:getLogNames\\(\\) has no return type specified\\.$#"
count: 1
path: src/libs/Utils/SimpleLogger.php
-
message: "#^Method App\\\\Utils\\\\SimpleLogger\\:\\:log\\(\\) has parameter \\$content with no type specified\\.$#"
count: 1
path: src/libs/Utils/SimpleLogger.php
-
message: "#^Method App\\\\Utils\\\\Strict\\:\\:boolval\\(\\) has parameter \\$input with no type specified\\.$#"
count: 1
path: src/libs/Utils/Strict.php
-
message: "#^Method App\\\\Utils\\\\Strict\\:\\:floatval\\(\\) has parameter \\$input with no type specified\\.$#"
count: 1
path: src/libs/Utils/Strict.php
-
message: "#^Method App\\\\Utils\\\\Strict\\:\\:intval\\(\\) has parameter \\$input with no type specified\\.$#"
count: 1
path: src/libs/Utils/Strict.php
-
message: "#^Method App\\\\Utils\\\\Strict\\:\\:isBool\\(\\) has parameter \\$input with no type specified\\.$#"
count: 1
path: src/libs/Utils/Strict.php
-
message: "#^Method App\\\\Utils\\\\Strict\\:\\:isFloat\\(\\) has parameter \\$input with no type specified\\.$#"
count: 1
path: src/libs/Utils/Strict.php
-
message: "#^Method App\\\\Utils\\\\Strict\\:\\:isInt\\(\\) has parameter \\$input with no type specified\\.$#"
count: 1
path: src/libs/Utils/Strict.php
-
message: "#^Method App\\\\Utils\\\\Strict\\:\\:isPositiveFloat\\(\\) has parameter \\$input with no type specified\\.$#"
count: 1
path: src/libs/Utils/Strict.php
-
message: "#^Method App\\\\Utils\\\\Strict\\:\\:isPositiveInt\\(\\) has parameter \\$input with no type specified\\.$#"
count: 1
path: src/libs/Utils/Strict.php
-
message: "#^Method App\\\\Utils\\\\Utils\\:\\:checkIfValueInHeaderMatchArray\\(\\) has parameter \\$haystack with no value type specified in iterable type array\\.$#"
count: 1
path: src/libs/Utils/Utils.php
-
message: "#^Method App\\\\Utils\\\\Utils\\:\\:getClassConstants\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/libs/Utils/Utils.php
-
message: "#^Method App\\\\Utils\\\\Utils\\:\\:getUrls\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/libs/Utils/Utils.php
-
message: "#^Method App\\\\Utils\\\\Utils\\:\\:parseUrl\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/libs/Utils/Utils.php
-
message: "#^Access to undefined constant App\\\\TelegramCustomWrapper\\\\Events\\\\Command\\\\Command\\:\\:DESCRIPTION\\.$#"
count: 1
path: src/libs/Web/Admin/AdminPresenter.php
-
message: "#^Access to undefined constant App\\\\TelegramCustomWrapper\\\\Events\\\\Command\\\\Command\\:\\:ICON\\.$#"
count: 1
path: src/libs/Web/Admin/AdminPresenter.php
-
message: "#^Access to an uninitialized readonly property App\\\\Web\\\\Admin\\\\AdminTemplate\\:\\:\\$dbError\\.$#"
count: 1
path: src/libs/Web/Admin/AdminTemplate.php
-
message: "#^Class App\\\\Web\\\\Admin\\\\AdminTemplate has an uninitialized readonly property \\$dbError\\. Assign it in the constructor\\.$#"
count: 1
path: src/libs/Web/Admin/AdminTemplate.php
-
message: "#^Class App\\\\Web\\\\Admin\\\\AdminTemplate has an uninitialized readonly property \\$webhookOk\\. Assign it in the constructor\\.$#"
count: 1
path: src/libs/Web/Admin/AdminTemplate.php
-
message: "#^Class App\\\\Web\\\\Admin\\\\AdminTemplate has an uninitialized readonly property \\$webhookResponse\\. Assign it in the constructor\\.$#"
count: 1
path: src/libs/Web/Admin/AdminTemplate.php
-
message: "#^Method App\\\\Web\\\\Admin\\\\AdminTemplate\\:\\:getChatsStats\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/libs/Web/Admin/AdminTemplate.php
-
message: "#^Method App\\\\Web\\\\Admin\\\\AdminTemplate\\:\\:getLatestChangedUser\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/libs/Web/Admin/AdminTemplate.php
-
message: "#^Method App\\\\Web\\\\Admin\\\\AdminTemplate\\:\\:getNewestUser\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/libs/Web/Admin/AdminTemplate.php
-
message: "#^Readonly property App\\\\Web\\\\Admin\\\\AdminTemplate\\:\\:\\$dbError is assigned outside of the constructor\\.$#"
count: 2
path: src/libs/Web/Admin/AdminTemplate.php
-
message: "#^Readonly property App\\\\Web\\\\Admin\\\\AdminTemplate\\:\\:\\$tablesError is assigned outside of the constructor\\.$#"
count: 2
path: src/libs/Web/Admin/AdminTemplate.php
-
message: "#^Readonly property App\\\\Web\\\\Admin\\\\AdminTemplate\\:\\:\\$webhookOk is assigned outside of the constructor\\.$#"
count: 1
path: src/libs/Web/Admin/AdminTemplate.php
-
message: "#^Readonly property App\\\\Web\\\\Admin\\\\AdminTemplate\\:\\:\\$webhookResponse is assigned outside of the constructor\\.$#"
count: 1
path: src/libs/Web/Admin/AdminTemplate.php
-
message: "#^Method App\\\\Web\\\\Chat\\\\ChatTemplate\\:\\:prepareOk\\(\\) has no return type specified\\.$#"
count: 1
path: src/libs/Web/Chat/ChatTemplate.php
-
message: "#^Parameter \\#2 \\$cookieToken of class App\\\\Geocaching\\\\Client constructor expects string, null given\\.$#"
count: 1
path: tests/BetterLocation/Service/GeocachingServiceTest.php