-
-
Notifications
You must be signed in to change notification settings - Fork 382
/
phpstan-baseline.neon
701 lines (562 loc) · 26.5 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
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
parameters:
ignoreErrors:
-
message: "#^Access to an undefined property App\\\\Models\\\\User\\:\\:\\$avg_seedtime\\.$#"
count: 1
path: app/Console/Commands/AutoGroup.php
-
message: "#^Access to an undefined property App\\\\Models\\\\User\\:\\:\\$seedsize\\.$#"
count: 1
path: app/Console/Commands/AutoGroup.php
-
message: "#^Access to an undefined property App\\\\Models\\\\User\\:\\:\\$uploads\\.$#"
count: 1
path: app/Console/Commands/AutoGroup.php
-
message: "#^Binary operation \"\\-\" between float\\|int\\|string and float\\|int\\|string results in an error\\.$#"
count: 1
path: app/Console/Commands/AutoGroup.php
-
message: "#^Property App\\\\Models\\\\User\\:\\:\\$can_download \\(bool\\) does not accept int\\.$#"
count: 2
path: app/Console/Commands/AutoGroup.php
-
message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:filter\\(\\) expects \\(callable\\(mixed, int\\|string\\)\\: bool\\)\\|null, Closure\\(mixed\\)\\: \\(non\\-falsy\\-string\\|false\\) given\\.$#"
count: 1
path: app/Console/Commands/AutoHighspeedTag.php
-
message: "#^Else branch is unreachable because ternary operator condition is always true\\.$#"
count: 1
path: app/Console/Commands/GitUpdater.php
-
message: "#^Method App\\\\Console\\\\Commands\\\\GitUpdater\\:\\:commands\\(\\) has parameter \\$commands with no value type specified in iterable type array\\.$#"
count: 1
path: app/Console/Commands/GitUpdater.php
-
message: "#^Method App\\\\Console\\\\Commands\\\\GitUpdater\\:\\:manualUpdate\\(\\) has parameter \\$updating with no value type specified in iterable type array\\.$#"
count: 1
path: app/Console/Commands/GitUpdater.php
-
message: "#^Parameter \\#2 \\$callback of function array_filter expects \\(callable\\(string\\)\\: bool\\)\\|null, 'strlen' given\\.$#"
count: 2
path: app/Console/Commands/GitUpdater.php
-
message: "#^Property Illuminate\\\\Console\\\\Command\\:\\:\\$output \\(Illuminate\\\\Console\\\\OutputStyle\\) does not accept Symfony\\\\Component\\\\Console\\\\Output\\\\ConsoleOutput\\.$#"
count: 1
path: app/Console/Commands/GitUpdater.php
-
message: "#^Method App\\\\Events\\\\Chatter\\:\\:__construct\\(\\) has parameter \\$payload with no type specified\\.$#"
count: 1
path: app/Events/Chatter.php
-
message: "#^Method App\\\\Events\\\\Chatter\\:\\:__construct\\(\\) has parameter \\$target with no type specified\\.$#"
count: 1
path: app/Events/Chatter.php
-
message: "#^Property App\\\\Events\\\\Chatter\\:\\:\\$audibles has no type specified\\.$#"
count: 1
path: app/Events/Chatter.php
-
message: "#^Property App\\\\Events\\\\Chatter\\:\\:\\$echoes has no type specified\\.$#"
count: 1
path: app/Events/Chatter.php
-
message: "#^Property App\\\\Events\\\\Chatter\\:\\:\\$message has no type specified\\.$#"
count: 1
path: app/Events/Chatter.php
-
message: "#^Property App\\\\Events\\\\Chatter\\:\\:\\$ping has no type specified\\.$#"
count: 1
path: app/Events/Chatter.php
-
message: "#^Method App\\\\Events\\\\Ping\\:\\:__construct\\(\\) has parameter \\$room with no type specified\\.$#"
count: 1
path: app/Events/Ping.php
-
message: "#^Property App\\\\Events\\\\Ping\\:\\:\\$ping type has no value type specified in iterable type array\\.$#"
count: 1
path: app/Events/Ping.php
-
message: "#^Method App\\\\Exceptions\\\\TrackerException\\:\\:__construct\\(\\) has parameter \\$replace with no value type specified in iterable type array\\.$#"
count: 1
path: app/Exceptions/TrackerException.php
-
message: "#^Method App\\\\Helpers\\\\Bencode\\:\\:bdecode\\(\\) has no return type specified\\.$#"
count: 1
path: app/Helpers/Bencode.php
-
message: "#^Method App\\\\Helpers\\\\Bencode\\:\\:bdecode\\(\\) has parameter \\$pos with no type specified\\.$#"
count: 1
path: app/Helpers/Bencode.php
-
message: "#^Method App\\\\Helpers\\\\Bencode\\:\\:bdecode\\(\\) has parameter \\$s with no type specified\\.$#"
count: 1
path: app/Helpers/Bencode.php
-
message: "#^Method App\\\\Helpers\\\\Bencode\\:\\:bdecode_file\\(\\) has no return type specified\\.$#"
count: 1
path: app/Helpers/Bencode.php
-
message: "#^Method App\\\\Helpers\\\\Bencode\\:\\:bdecode_file\\(\\) has parameter \\$filename with no type specified\\.$#"
count: 1
path: app/Helpers/Bencode.php
-
message: "#^Method App\\\\Helpers\\\\Bencode\\:\\:bencode\\(\\) has no return type specified\\.$#"
count: 1
path: app/Helpers/Bencode.php
-
message: "#^Method App\\\\Helpers\\\\Bencode\\:\\:bencode\\(\\) has parameter \\$d with no type specified\\.$#"
count: 1
path: app/Helpers/Bencode.php
-
message: "#^Method App\\\\Helpers\\\\Bencode\\:\\:get_infohash\\(\\) has parameter \\$t with no type specified\\.$#"
count: 1
path: app/Helpers/Bencode.php
-
message: "#^Method App\\\\Helpers\\\\Bencode\\:\\:get_meta\\(\\) has parameter \\$t with no type specified\\.$#"
count: 1
path: app/Helpers/Bencode.php
-
message: "#^Method App\\\\Helpers\\\\Bencode\\:\\:get_meta\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: app/Helpers/Bencode.php
-
message: "#^Method App\\\\Helpers\\\\Bencode\\:\\:get_name\\(\\) has parameter \\$t with no type specified\\.$#"
count: 1
path: app/Helpers/Bencode.php
-
message: "#^Method App\\\\Helpers\\\\Bencode\\:\\:is_v2_or_hybrid\\(\\) has parameter \\$t with no type specified\\.$#"
count: 1
path: app/Helpers/Bencode.php
-
message: "#^Method App\\\\Helpers\\\\Bencode\\:\\:parse_integer\\(\\) has no return type specified\\.$#"
count: 1
path: app/Helpers/Bencode.php
-
message: "#^Method App\\\\Helpers\\\\Bencode\\:\\:parse_integer\\(\\) has parameter \\$pos with no type specified\\.$#"
count: 1
path: app/Helpers/Bencode.php
-
message: "#^Method App\\\\Helpers\\\\Bencode\\:\\:parse_integer\\(\\) has parameter \\$s with no type specified\\.$#"
count: 1
path: app/Helpers/Bencode.php
-
message: "#^Method App\\\\Helpers\\\\Bencode\\:\\:parse_string\\(\\) has no return type specified\\.$#"
count: 1
path: app/Helpers/Bencode.php
-
message: "#^Method App\\\\Helpers\\\\Bencode\\:\\:parse_string\\(\\) has parameter \\$pos with no type specified\\.$#"
count: 1
path: app/Helpers/Bencode.php
-
message: "#^Method App\\\\Helpers\\\\Bencode\\:\\:parse_string\\(\\) has parameter \\$s with no type specified\\.$#"
count: 1
path: app/Helpers/Bencode.php
-
message: "#^Method App\\\\Helpers\\\\CacheUser\\:\\:user\\(\\) should return App\\\\Models\\\\User\\|null but returns App\\\\Models\\\\User\\|Illuminate\\\\Database\\\\Eloquent\\\\Collection\\<int, App\\\\Models\\\\User\\>\\|null\\.$#"
count: 1
path: app/Helpers/CacheUser.php
-
message: "#^Offset 1 does not exist on array\\{0\\?\\: string, 1\\?\\: ''\\|numeric\\-string\\}\\.$#"
count: 2
path: app/Helpers/SystemInformation.php
-
message: "#^Method App\\\\Helpers\\\\TorrentTools\\:\\:getTorrentFiles\\(\\) should return array\\<int, array\\{name\\: string, size\\: int\\}\\> but returns array\\<int\\|string, array\\{name\\: mixed, size\\: mixed\\}\\>\\.$#"
count: 1
path: app/Helpers/TorrentTools.php
-
message: "#^Method App\\\\Http\\\\Controllers\\\\API\\\\BaseController\\:\\:sendError\\(\\) has parameter \\$code with no type specified\\.$#"
count: 1
path: app/Http/Controllers/API/BaseController.php
-
message: "#^Method App\\\\Http\\\\Controllers\\\\API\\\\BaseController\\:\\:sendError\\(\\) has parameter \\$error with no type specified\\.$#"
count: 1
path: app/Http/Controllers/API/BaseController.php
-
message: "#^Method App\\\\Http\\\\Controllers\\\\API\\\\BaseController\\:\\:sendError\\(\\) has parameter \\$errorMessages with no type specified\\.$#"
count: 1
path: app/Http/Controllers/API/BaseController.php
-
message: "#^Method App\\\\Http\\\\Controllers\\\\API\\\\BaseController\\:\\:sendResponse\\(\\) has parameter \\$message with no type specified\\.$#"
count: 1
path: app/Http/Controllers/API/BaseController.php
-
message: "#^Method App\\\\Http\\\\Controllers\\\\API\\\\BaseController\\:\\:sendResponse\\(\\) has parameter \\$result with no type specified\\.$#"
count: 1
path: app/Http/Controllers/API/BaseController.php
-
message: "#^Method App\\\\Http\\\\Controllers\\\\API\\\\ChatController\\:\\:createMessage\\(\\) should return App\\\\Http\\\\Resources\\\\ChatMessageResource\\|bool\\|Illuminate\\\\Contracts\\\\Routing\\\\ResponseFactory\\|Illuminate\\\\Http\\\\Response but returns bool\\|Illuminate\\\\Contracts\\\\Foundation\\\\Application\\|Illuminate\\\\Contracts\\\\Routing\\\\ResponseFactory\\|Illuminate\\\\Http\\\\Response\\.$#"
count: 1
path: app/Http/Controllers/API/ChatController.php
-
message: "#^Property App\\\\Models\\\\UserAudible\\:\\:\\$status \\(int\\) does not accept bool\\.$#"
count: 3
path: app/Http/Controllers/API/ChatController.php
-
message: "#^Property App\\\\Models\\\\UserAudible\\:\\:\\$status \\(int\\) does not accept true\\.$#"
count: 1
path: app/Http/Controllers/API/ChatController.php
-
message: "#^Cannot call method getClientOriginalExtension\\(\\) on array\\<int, Illuminate\\\\Http\\\\UploadedFile\\>\\|Illuminate\\\\Http\\\\UploadedFile\\.$#"
count: 1
path: app/Http/Controllers/API/TorrentController.php
-
message: "#^Cannot call method getError\\(\\) on array\\<int, Illuminate\\\\Http\\\\UploadedFile\\>\\|Illuminate\\\\Http\\\\UploadedFile\\.$#"
count: 1
path: app/Http/Controllers/API/TorrentController.php
-
message: "#^Parameter \\#1 \\$inputFile of static method App\\\\Helpers\\\\TorrentTools\\:\\:getNfo\\(\\) expects Illuminate\\\\Http\\\\UploadedFile\\|null, array\\<int, Illuminate\\\\Http\\\\UploadedFile\\>\\|Illuminate\\\\Http\\\\UploadedFile\\|null given\\.$#"
count: 1
path: app/Http/Controllers/API/TorrentController.php
-
message: "#^Parameter \\#1 \\$torrentFile of static method App\\\\Helpers\\\\TorrentTools\\:\\:normalizeTorrent\\(\\) expects Illuminate\\\\Http\\\\UploadedFile, array\\<int, Illuminate\\\\Http\\\\UploadedFile\\>\\|Illuminate\\\\Http\\\\UploadedFile\\|null given\\.$#"
count: 1
path: app/Http/Controllers/API/TorrentController.php
-
message: "#^Access to an undefined property object\\:\\:\\$banned_id\\.$#"
count: 1
path: app/Http/Controllers/AnnounceController.php
-
message: "#^Access to an undefined property object\\:\\:\\$disabled_id\\.$#"
count: 1
path: app/Http/Controllers/AnnounceController.php
-
message: "#^Access to an undefined property object\\:\\:\\$validating_id\\.$#"
count: 1
path: app/Http/Controllers/AnnounceController.php
-
message: "#^Cannot access property \\$id on App\\\\Models\\\\Torrent\\|string\\.$#"
count: 1
path: app/Http/Controllers/AnnounceController.php
-
message: "#^Cannot access property \\$status on App\\\\Models\\\\Torrent\\|string\\.$#"
count: 3
path: app/Http/Controllers/AnnounceController.php
-
message: "#^Cannot call method setRelation\\(\\) on App\\\\Models\\\\Torrent\\|string\\.$#"
count: 1
path: app/Http/Controllers/AnnounceController.php
-
message: "#^Method App\\\\Http\\\\Controllers\\\\AnnounceController\\:\\:checkTorrent\\(\\) should return App\\\\Models\\\\Torrent but returns App\\\\Models\\\\Torrent\\|string\\.$#"
count: 1
path: app/Http/Controllers/AnnounceController.php
-
message: "#^Method App\\\\Http\\\\Controllers\\\\DonationController\\:\\:store\\(\\) has no return type specified\\.$#"
count: 1
path: app/Http/Controllers/DonationController.php
-
message: "#^Access to an undefined property App\\\\Models\\\\Article\\:\\:\\$newNews\\.$#"
count: 1
path: app/Http/Controllers/HomeController.php
-
message: "#^Unable to resolve the template type TKey in call to function collect$#"
count: 2
path: app/Http/Controllers/SimilarTorrentController.php
-
message: "#^Unable to resolve the template type TValue in call to function collect$#"
count: 2
path: app/Http/Controllers/SimilarTorrentController.php
-
message: "#^Call to function is_int\\(\\) with string\\|null will always evaluate to false\\.$#"
count: 1
path: app/Http/Controllers/Staff/ChatRoomController.php
-
message: "#^Binary operation \"\\+\\=\" between string and int results in an error\\.$#"
count: 1
path: app/Http/Controllers/Staff/DonationController.php
-
message: "#^Property App\\\\Models\\\\Donation\\:\\:\\$ends_at \\(Illuminate\\\\Support\\\\Carbon\\) does not accept Carbon\\\\Carbon\\.$#"
count: 1
path: app/Http/Controllers/Staff/DonationController.php
-
message: "#^Property App\\\\Models\\\\Donation\\:\\:\\$ends_at \\(Illuminate\\\\Support\\\\Carbon\\) does not accept null\\.$#"
count: 1
path: app/Http/Controllers/Staff/DonationController.php
-
message: "#^Property App\\\\Models\\\\Donation\\:\\:\\$starts_at \\(Illuminate\\\\Support\\\\Carbon\\) does not accept Carbon\\\\Carbon\\.$#"
count: 1
path: app/Http/Controllers/Staff/DonationController.php
-
message: "#^Method App\\\\Http\\\\Controllers\\\\Staff\\\\DonationGatewayController\\:\\:destroy\\(\\) has no return type specified\\.$#"
count: 1
path: app/Http/Controllers/Staff/DonationGatewayController.php
-
message: "#^Method App\\\\Http\\\\Controllers\\\\Staff\\\\DonationGatewayController\\:\\:store\\(\\) has no return type specified\\.$#"
count: 1
path: app/Http/Controllers/Staff/DonationGatewayController.php
-
message: "#^Access to an undefined property App\\\\Models\\\\Group\\|Illuminate\\\\Database\\\\Eloquent\\\\Collection\\<int, App\\\\Models\\\\Group\\>\\:\\:\\$level\\.$#"
count: 1
path: app/Http/Controllers/Staff/UserController.php
-
message: "#^Offset 0 does not exist on Illuminate\\\\Http\\\\Client\\\\Response\\.$#"
count: 1
path: app/Http/Controllers/Staff/VersionController.php
-
message: "#^Access to an undefined property App\\\\Models\\\\Post\\:\\:\\$post_count\\.$#"
count: 1
path: app/Http/Controllers/TopicController.php
-
message: "#^Unable to resolve the template type TKey in call to function collect$#"
count: 2
path: app/Http/Controllers/TorrentController.php
-
message: "#^Unable to resolve the template type TValue in call to function collect$#"
count: 2
path: app/Http/Controllers/TorrentController.php
-
message: "#^Binary operation \"\\+\" between string\\|null and int results in an error\\.$#"
count: 1
path: app/Http/Controllers/User/ResurrectionController.php
-
message: "#^Binary operation \"/\" between string\\|null and 1000000 results in an error\\.$#"
count: 2
path: app/Http/Controllers/User/UserController.php
-
message: "#^Property App\\\\Http\\\\Livewire\\\\AttachmentUpload\\:\\:\\$attachment has no type specified\\.$#"
count: 1
path: app/Http/Livewire/AttachmentUpload.php
-
message: "#^Property App\\\\Http\\\\Livewire\\\\AttachmentUpload\\:\\:\\$storedImage has no type specified\\.$#"
count: 1
path: app/Http/Livewire/AttachmentUpload.php
-
message: "#^Argument of an invalid type array\\<int, string\\>\\|false supplied for foreach, only iterables are supported\\.$#"
count: 1
path: app/Http/Livewire/AuditLogSearch.php
-
message: "#^Cannot call method sizeInBytes\\(\\) on class\\-string\\|object\\.$#"
count: 1
path: app/Http/Livewire/BackupPanel.php
-
message: "#^Method App\\\\Http\\\\Livewire\\\\BackupPanel\\:\\:backups\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: app/Http/Livewire/BackupPanel.php
-
message: "#^Cannot access offset 0 on array\\<int, string\\>\\|false\\.$#"
count: 1
path: app/Http/Livewire/LaravelLogViewer.php
-
message: "#^Method App\\\\Http\\\\Livewire\\\\LaravelLogViewer\\:\\:logFiles\\(\\) has no return type specified\\.$#"
count: 1
path: app/Http/Livewire/LaravelLogViewer.php
-
message: "#^Parameter \\#1 \\$array of function array_shift expects array, array\\<int, string\\>\\|false given\\.$#"
count: 1
path: app/Http/Livewire/LaravelLogViewer.php
-
message: "#^Property App\\\\Http\\\\Livewire\\\\MissingMediaSearch\\:\\:\\$categories type has no value type specified in iterable type array\\.$#"
count: 1
path: app/Http/Livewire/MissingMediaSearch.php
-
message: "#^Access to an undefined property MarcReichel\\\\IGDBLaravel\\\\Models\\\\Game\\:\\:\\$first_release_date\\.$#"
count: 1
path: app/Http/Livewire/SimilarTorrent.php
-
message: "#^Access to an undefined property MarcReichel\\\\IGDBLaravel\\\\Models\\\\Game\\:\\:\\$name\\.$#"
count: 1
path: app/Http/Livewire/SimilarTorrent.php
-
message: "#^Else branch is unreachable because ternary operator condition is always true\\.$#"
count: 1
path: app/Http/Middleware/CheckIfBanned.php
-
message: "#^Method App\\\\Http\\\\Middleware\\\\SetLanguage\\:\\:setSystemLocale\\(\\) has parameter \\$request with no type specified\\.$#"
count: 1
path: app/Http/Middleware/SetLanguage.php
-
message: "#^Method App\\\\Http\\\\Middleware\\\\TrustHosts\\:\\:hosts\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: app/Http/Middleware/TrustHosts.php
-
message: "#^Method App\\\\Http\\\\Resources\\\\BotResource\\:\\:toArray\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: app/Http/Resources/BotResource.php
-
message: "#^Method App\\\\Http\\\\Resources\\\\BotResource\\:\\:toArray\\(\\) return type with generic interface Illuminate\\\\Contracts\\\\Support\\\\Arrayable does not specify its types\\: TKey, TValue$#"
count: 1
path: app/Http/Resources/BotResource.php
-
message: "#^Method App\\\\Http\\\\Resources\\\\ChatMessageResource\\:\\:toArray\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: app/Http/Resources/ChatMessageResource.php
-
message: "#^Unable to resolve the template type TXssCleanInput in call to method voku\\\\helper\\\\AntiXSS\\:\\:xss_clean\\(\\)$#"
count: 1
path: app/Http/Resources/ChatMessageResource.php
-
message: "#^Method App\\\\Http\\\\Resources\\\\ChatRoomResource\\:\\:toArray\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: app/Http/Resources/ChatRoomResource.php
-
message: "#^Method App\\\\Http\\\\Resources\\\\ChatUserResource\\:\\:toArray\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: app/Http/Resources/ChatUserResource.php
-
message: "#^Method App\\\\Http\\\\Resources\\\\TorrentResource\\:\\:toArray\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: app/Http/Resources/TorrentResource.php
-
message: "#^Strict comparison using \\=\\=\\= between int\\|null and true will always evaluate to false\\.$#"
count: 1
path: app/Http/Resources/TorrentResource.php
-
message: "#^Unable to resolve the template type TKey in call to function collect$#"
count: 1
path: app/Http/Resources/TorrentResource.php
-
message: "#^Unable to resolve the template type TValue in call to function collect$#"
count: 1
path: app/Http/Resources/TorrentResource.php
-
message: "#^Method App\\\\Http\\\\Resources\\\\TorrentsResource\\:\\:toArray\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: app/Http/Resources/TorrentsResource.php
-
message: "#^Method App\\\\Http\\\\Resources\\\\TorrentsResource\\:\\:with\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: app/Http/Resources/TorrentsResource.php
-
message: "#^Method App\\\\Http\\\\Resources\\\\UserAudibleResource\\:\\:toArray\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: app/Http/Resources/UserAudibleResource.php
-
message: "#^Method App\\\\Http\\\\Resources\\\\UserEchoResource\\:\\:toArray\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: app/Http/Resources/UserEchoResource.php
-
message: "#^Method App\\\\Http\\\\Resources\\\\UserResource\\:\\:toArray\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: app/Http/Resources/UserResource.php
-
message: "#^Strict comparison using \\=\\=\\= between float\\|null and 0 will always evaluate to false\\.$#"
count: 1
path: app/Models/User.php
-
message: "#^Cannot access offset 'validator' on Illuminate\\\\Contracts\\\\Foundation\\\\Application\\.$#"
count: 1
path: app/Providers/AppServiceProvider.php
-
message: "#^Parameter \\#2 \\$minLimit of static method App\\\\Helpers\\\\HiddenCaptcha\\:\\:check\\(\\) expects int, float\\|int\\|string given\\.$#"
count: 1
path: app/Providers/AppServiceProvider.php
-
message: "#^Parameter \\#3 \\$maxLimit of static method App\\\\Helpers\\\\HiddenCaptcha\\:\\:check\\(\\) expects int, float\\|int\\|string given\\.$#"
count: 1
path: app/Providers/AppServiceProvider.php
-
message: "#^Method class@anonymous/app/Providers/FortifyServiceProvider\\.php\\:51\\:\\:toResponse\\(\\) should return Illuminate\\\\Http\\\\RedirectResponse but returns Illuminate\\\\Http\\\\RedirectResponse\\|true\\.$#"
count: 1
path: app/Providers/FortifyServiceProvider.php
-
message: "#^Parameter \\#1 \\$string of function rtrim expects string, true given\\.$#"
count: 1
path: app/Providers/FortifyServiceProvider.php
-
message: "#^Access to an undefined property Illuminate\\\\Database\\\\Eloquent\\\\Collection\\<int, App\\\\Models\\\\Chatroom\\>\\:\\:\\$id\\.$#"
count: 1
path: app/Repositories/ChatRepository.php
-
message: "#^Call to function is_int\\(\\) with string\\|null will always evaluate to false\\.$#"
count: 1
path: app/Repositories/ChatRepository.php
-
message: "#^Empty array passed to foreach\\.$#"
count: 1
path: app/Repositories/ChatRepository.php
-
message: "#^Offset 'namesort' does not exist on array\\{0\\?\\: string, 1\\?\\: non\\-empty\\-string, namesort\\?\\: string, 2\\?\\: string, seperator\\?\\: string, 3\\?\\: string, remaining\\?\\: string, 4\\?\\: string, \\.\\.\\.\\}\\.$#"
count: 1
path: app/Services/Tmdb/Client/Movie.php
-
message: "#^Parameter \\#1 \\$title of static method Illuminate\\\\Support\\\\Str\\:\\:slug\\(\\) expects string, bool\\|string given\\.$#"
count: 1
path: config/cache.php
-
message: "#^Parameter \\#1 \\$url of function parse_url expects string, bool\\|string\\|null given\\.$#"
count: 2
path: config/secure-headers.php
-
message: "#^Parameter \\#1 \\$title of static method Illuminate\\\\Support\\\\Str\\:\\:slug\\(\\) expects string, bool\\|string given\\.$#"
count: 1
path: config/session.php
-
message: "#^Access to an undefined property object\\:\\:\\$default_groups\\.$#"
count: 1
path: database/migrations/2022_12_30_090331_update_user_notifications_table.php
-
message: "#^Argument of an invalid type object supplied for foreach, only iterables are supported\\.$#"
count: 1
path: database/migrations/2022_12_30_090331_update_user_notifications_table.php
-
message: "#^Access to an undefined property object\\:\\:\\$default_groups\\.$#"
count: 1
path: database/migrations/2022_12_30_090351_update_user_privacy_table.php
-
message: "#^Argument of an invalid type object supplied for foreach, only iterables are supported\\.$#"
count: 1
path: database/migrations/2022_12_30_090351_update_user_privacy_table.php
-
message: "#^Access to an undefined property object\\:\\:\\$file_name\\.$#"
count: 3
path: database/migrations/2023_02_09_113903_clean_torrent_files.php
-
message: "#^Access to an undefined property object\\:\\:\\$content\\.$#"
count: 1
path: database/migrations/2023_07_22_043634_post_playlist_html_special_chars_decode.php
-
message: "#^Access to an undefined property object\\:\\:\\$description\\.$#"
count: 1
path: database/migrations/2023_07_22_043634_post_playlist_html_special_chars_decode.php
-
message: "#^Access to an undefined property object\\:\\:\\$id\\.$#"
count: 2
path: database/migrations/2023_07_22_043634_post_playlist_html_special_chars_decode.php
-
message: "#^Access to an undefined property object\\:\\:\\$file_name\\.$#"
count: 2
path: database/migrations/2023_07_29_205035_add_torrent_folder_name.php
-
message: "#^Access to an undefined property object\\:\\:\\$id\\.$#"
count: 1
path: database/migrations/2023_07_29_205035_add_torrent_folder_name.php
-
message: "#^Access to an undefined property object\\:\\:\\$id\\.$#"
count: 1
path: database/migrations/2024_01_15_151522_update_groups_table.php
-
message: "#^Access to an undefined property object\\:\\:\\$id\\.$#"
count: 1
path: database/migrations/2024_11_26_170256_add_is_torrent_modo_to_groups_table.php
-
message: "#^Parameter \\#1 \\$root of static method Illuminate\\\\Support\\\\Facades\\\\URL\\:\\:forceRootUrl\\(\\) expects string\\|null, true given\\.$#"
count: 1
path: routes/announce.php
-
message: "#^Parameter \\#1 \\$scheme of static method Illuminate\\\\Support\\\\Facades\\\\URL\\:\\:forceScheme\\(\\) expects string\\|null, true given\\.$#"
count: 1
path: routes/announce.php
-
message: "#^Parameter \\#1 \\$root of static method Illuminate\\\\Support\\\\Facades\\\\URL\\:\\:forceRootUrl\\(\\) expects string\\|null, true given\\.$#"
count: 1
path: routes/api.php
-
message: "#^Parameter \\#1 \\$scheme of static method Illuminate\\\\Support\\\\Facades\\\\URL\\:\\:forceScheme\\(\\) expects string\\|null, true given\\.$#"
count: 1
path: routes/api.php
-
message: "#^Parameter \\#1 \\$root of static method Illuminate\\\\Support\\\\Facades\\\\URL\\:\\:forceRootUrl\\(\\) expects string\\|null, true given\\.$#"
count: 1
path: routes/rss.php
-
message: "#^Parameter \\#1 \\$scheme of static method Illuminate\\\\Support\\\\Facades\\\\URL\\:\\:forceScheme\\(\\) expects string\\|null, true given\\.$#"
count: 1
path: routes/rss.php
-
message: "#^Parameter \\#1 \\$root of static method Illuminate\\\\Support\\\\Facades\\\\URL\\:\\:forceRootUrl\\(\\) expects string\\|null, true given\\.$#"
count: 1
path: routes/web.php
-
message: "#^Parameter \\#1 \\$scheme of static method Illuminate\\\\Support\\\\Facades\\\\URL\\:\\:forceScheme\\(\\) expects string\\|null, true given\\.$#"
count: 1
path: routes/web.php