forked from HDInnovations/UNIT3D
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
811 lines (677 loc) · 31.1 KB
/
Copy pathphpstan-baseline.neon
File metadata and controls
811 lines (677 loc) · 31.1 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
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
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
parameters:
ignoreErrors:
-
message: '#^Instanceof between App\\Models\\User and Illuminate\\Contracts\\Auth\\MustVerifyEmail will always evaluate to true\.$#'
identifier: instanceof.alwaysTrue
count: 1
path: app/Actions/Fortify/UpdateUserProfileInformation.php
-
message: '#^Anonymous function should return Illuminate\\Database\\Eloquent\\Builder\<Illuminate\\Database\\Eloquent\\Model\> but returns Illuminate\\Database\\Eloquent\\Builder\<App\\Models\\History\>\.$#'
identifier: return.type
count: 1
path: app/Console/Commands/AutoDeactivateWarning.php
-
message: '#^Access to an undefined property App\\Models\\User\:\:\$avg_seedtime\.$#'
identifier: property.notFound
count: 1
path: app/Console/Commands/AutoGroup.php
-
message: '#^Access to an undefined property App\\Models\\User\:\:\$seedsize\.$#'
identifier: property.notFound
count: 1
path: app/Console/Commands/AutoGroup.php
-
message: '#^Access to an undefined property App\\Models\\User\:\:\$uploads\.$#'
identifier: property.notFound
count: 1
path: app/Console/Commands/AutoGroup.php
-
message: '#^Binary operation "\-" between float\|int\|string and float\|int\|string results in an error\.$#'
identifier: binaryOp.invalid
count: 1
path: app/Console/Commands/AutoGroup.php
-
message: '#^Property App\\Models\\User\:\:\$can_download \(bool\) does not accept int\.$#'
identifier: assign.propertyType
count: 2
path: app/Console/Commands/AutoGroup.php
-
message: '#^Anonymous function should return Illuminate\\Database\\Eloquent\\Builder\<Illuminate\\Database\\Eloquent\\Model\> but returns Illuminate\\Database\\Eloquent\\Builder\<App\\Models\\Torrent\>\.$#'
identifier: return.type
count: 1
path: app/Console/Commands/AutoPreWarning.php
-
message: '#^Anonymous function should return Illuminate\\Database\\Eloquent\\Builder\<Illuminate\\Database\\Eloquent\\Model\> but returns Illuminate\\Database\\Eloquent\\Builder\<App\\Models\\TorrentRequest\>\.$#'
identifier: return.type
count: 1
path: app/Console/Commands/AutoRecycleClaimedTorrentRequests.php
-
message: '#^Anonymous function should return Illuminate\\Database\\Eloquent\\Builder\<Illuminate\\Database\\Eloquent\\Model\> but returns Illuminate\\Database\\Eloquent\\Builder\<App\\Models\\History\>\.$#'
identifier: return.type
count: 1
path: app/Console/Commands/AutoRemoveReseeds.php
-
message: '#^Anonymous function should return Illuminate\\Database\\Eloquent\\Builder\<Illuminate\\Database\\Eloquent\\Model\> but returns Illuminate\\Database\\Eloquent\\Builder\<App\\Models\\Torrent\>\.$#'
identifier: return.type
count: 1
path: app/Console/Commands/AutoRemoveReseeds.php
-
message: '#^Anonymous function should return Illuminate\\Database\\Eloquent\\Builder\<Illuminate\\Database\\Eloquent\\Model\> but returns Illuminate\\Database\\Eloquent\\Builder\<App\\Models\\History\>\.$#'
identifier: return.type
count: 1
path: app/Console/Commands/AutoRewardResurrection.php
-
message: '#^Anonymous function should return Illuminate\\Database\\Eloquent\\Builder\<Illuminate\\Database\\Eloquent\\Model\> but returns Illuminate\\Database\\Eloquent\\Builder\<App\\Models\\Torrent\>\.$#'
identifier: return.type
count: 1
path: app/Console/Commands/AutoWarning.php
-
message: '#^Parameter \#2 \$callback of function array_filter expects \(callable\(string\)\: bool\)\|null, ''strlen'' given\.$#'
identifier: argument.type
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\.$#'
identifier: assign.propertyType
count: 1
path: app/Console/Commands/GitUpdater.php
-
message: '#^Method App\\Exceptions\\TrackerException\:\:__construct\(\) has parameter \$replace with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: app/Exceptions/TrackerException.php
-
message: '#^Method App\\Helpers\\Bencode\:\:bdecode\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: app/Helpers/Bencode.php
-
message: '#^Method App\\Helpers\\Bencode\:\:bdecode\(\) has parameter \$pos with no type specified\.$#'
identifier: missingType.parameter
count: 1
path: app/Helpers/Bencode.php
-
message: '#^Method App\\Helpers\\Bencode\:\:bdecode\(\) has parameter \$s with no type specified\.$#'
identifier: missingType.parameter
count: 1
path: app/Helpers/Bencode.php
-
message: '#^Method App\\Helpers\\Bencode\:\:bdecode_file\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: app/Helpers/Bencode.php
-
message: '#^Method App\\Helpers\\Bencode\:\:bdecode_file\(\) has parameter \$filename with no type specified\.$#'
identifier: missingType.parameter
count: 1
path: app/Helpers/Bencode.php
-
message: '#^Method App\\Helpers\\Bencode\:\:bencode\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: app/Helpers/Bencode.php
-
message: '#^Method App\\Helpers\\Bencode\:\:bencode\(\) has parameter \$d with no type specified\.$#'
identifier: missingType.parameter
count: 1
path: app/Helpers/Bencode.php
-
message: '#^Method App\\Helpers\\Bencode\:\:get_infohash\(\) has parameter \$t with no type specified\.$#'
identifier: missingType.parameter
count: 1
path: app/Helpers/Bencode.php
-
message: '#^Method App\\Helpers\\Bencode\:\:get_meta\(\) has parameter \$t with no type specified\.$#'
identifier: missingType.parameter
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\.$#'
identifier: missingType.iterableValue
count: 1
path: app/Helpers/Bencode.php
-
message: '#^Method App\\Helpers\\Bencode\:\:get_name\(\) has parameter \$t with no type specified\.$#'
identifier: missingType.parameter
count: 1
path: app/Helpers/Bencode.php
-
message: '#^Method App\\Helpers\\Bencode\:\:is_v2_or_hybrid\(\) has parameter \$t with no type specified\.$#'
identifier: missingType.parameter
count: 1
path: app/Helpers/Bencode.php
-
message: '#^Method App\\Helpers\\Bencode\:\:parse_integer\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: app/Helpers/Bencode.php
-
message: '#^Method App\\Helpers\\Bencode\:\:parse_integer\(\) has parameter \$pos with no type specified\.$#'
identifier: missingType.parameter
count: 1
path: app/Helpers/Bencode.php
-
message: '#^Method App\\Helpers\\Bencode\:\:parse_integer\(\) has parameter \$s with no type specified\.$#'
identifier: missingType.parameter
count: 1
path: app/Helpers/Bencode.php
-
message: '#^Method App\\Helpers\\Bencode\:\:parse_string\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: app/Helpers/Bencode.php
-
message: '#^Method App\\Helpers\\Bencode\:\:parse_string\(\) has parameter \$pos with no type specified\.$#'
identifier: missingType.parameter
count: 1
path: app/Helpers/Bencode.php
-
message: '#^Method App\\Helpers\\Bencode\:\:parse_string\(\) has parameter \$s with no type specified\.$#'
identifier: missingType.parameter
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\.$#'
identifier: return.type
count: 1
path: app/Helpers/CacheUser.php
-
message: '#^Method App\\Http\\Controllers\\API\\BaseController\:\:sendError\(\) has parameter \$code with no type specified\.$#'
identifier: missingType.parameter
count: 1
path: app/Http/Controllers/API/BaseController.php
-
message: '#^Method App\\Http\\Controllers\\API\\BaseController\:\:sendError\(\) has parameter \$error with no type specified\.$#'
identifier: missingType.parameter
count: 1
path: app/Http/Controllers/API/BaseController.php
-
message: '#^Method App\\Http\\Controllers\\API\\BaseController\:\:sendError\(\) has parameter \$errorMessages with no type specified\.$#'
identifier: missingType.parameter
count: 1
path: app/Http/Controllers/API/BaseController.php
-
message: '#^Method App\\Http\\Controllers\\API\\BaseController\:\:sendResponse\(\) has parameter \$message with no type specified\.$#'
identifier: missingType.parameter
count: 1
path: app/Http/Controllers/API/BaseController.php
-
message: '#^Method App\\Http\\Controllers\\API\\BaseController\:\:sendResponse\(\) has parameter \$result with no type specified\.$#'
identifier: missingType.parameter
count: 1
path: app/Http/Controllers/API/BaseController.php
-
message: '#^Parameter \#3 \$callback of method Illuminate\\Cache\\Repository\:\:flexible\(\) contains unresolvable type\.$#'
identifier: argument.unresolvableType
count: 1
path: app/Http/Controllers/API/TorrentController.php
-
message: '#^Access to an undefined property object\:\:\$banned_id\.$#'
identifier: property.notFound
count: 1
path: app/Http/Controllers/AnnounceController.php
-
message: '#^Access to an undefined property object\:\:\$disabled_id\.$#'
identifier: property.notFound
count: 1
path: app/Http/Controllers/AnnounceController.php
-
message: '#^Access to an undefined property object\:\:\$validating_id\.$#'
identifier: property.notFound
count: 1
path: app/Http/Controllers/AnnounceController.php
-
message: '#^Method App\\Http\\Controllers\\AnnounceController\:\:index\(\) never returns null so it can be removed from the return type\.$#'
identifier: return.unusedType
count: 1
path: app/Http/Controllers/AnnounceController.php
-
message: '#^Method App\\Http\\Controllers\\DonationController\:\:store\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: app/Http/Controllers/DonationController.php
-
message: '#^Anonymous function should return Illuminate\\Database\\Eloquent\\Builder\<Illuminate\\Database\\Eloquent\\Model\> but returns Illuminate\\Database\\Eloquent\\Builder\<App\\Models\\TorrentRequestBounty\>\.$#'
identifier: return.type
count: 3
path: app/Http/Controllers/RequestController.php
-
message: '#^Anonymous function should return Illuminate\\Database\\Eloquent\\Builder\<Illuminate\\Database\\Eloquent\\Model\> but returns Illuminate\\Database\\Eloquent\\Builder\<App\\Models\\Group\>\.$#'
identifier: return.type
count: 1
path: app/Http/Controllers/Staff/ArticleController.php
-
message: '#^Call to function is_int\(\) with string\|null will always evaluate to false\.$#'
identifier: function.impossibleType
count: 1
path: app/Http/Controllers/Staff/ChatRoomController.php
-
message: '#^Anonymous function should return Illuminate\\Database\\Eloquent\\Builder\<Illuminate\\Database\\Eloquent\\Model\> but returns Illuminate\\Database\\Eloquent\\Builder\<App\\Models\\History\>\.$#'
identifier: return.type
count: 1
path: app/Http/Controllers/Staff/CheatedTorrentController.php
-
message: '#^Binary operation "\+\=" between string and int results in an error\.$#'
identifier: assignOp.invalid
count: 1
path: app/Http/Controllers/Staff/DonationController.php
-
message: '#^Access to an undefined property App\\Models\\Group\|Illuminate\\Database\\Eloquent\\Collection\<int, App\\Models\\Group\>\:\:\$level\.$#'
identifier: property.notFound
count: 1
path: app/Http/Controllers/Staff/UserController.php
-
message: '#^Offset 0 does not exist on Illuminate\\Http\\Client\\Response\.$#'
identifier: offsetAccess.notFound
count: 1
path: app/Http/Controllers/Staff/VersionController.php
-
message: '#^Anonymous function should return Illuminate\\Database\\Eloquent\\Builder\<Illuminate\\Database\\Eloquent\\Model\> but returns Illuminate\\Database\\Eloquent\\Builder\<App\\Models\\Group\>\.$#'
identifier: return.type
count: 4
path: app/Http/Controllers/StatsController.php
-
message: '#^Access to an undefined property App\\Models\\Post\:\:\$post_count\.$#'
identifier: property.notFound
count: 1
path: app/Http/Controllers/TopicController.php
-
message: '#^Anonymous function should return Illuminate\\Database\\Eloquent\\Builder\<Illuminate\\Database\\Eloquent\\Model\> but returns Illuminate\\Database\\Eloquent\\Builder\<App\\Models\\History\>\.$#'
identifier: return.type
count: 1
path: app/Http/Controllers/TorrentController.php
-
message: '#^Binary operation "\+" between string\|null and int results in an error\.$#'
identifier: binaryOp.invalid
count: 1
path: app/Http/Controllers/User/ResurrectionController.php
-
message: '#^Binary operation "/" between string\|null and 1000000 results in an error\.$#'
identifier: binaryOp.invalid
count: 2
path: app/Http/Controllers/User/UserController.php
-
message: '#^Property App\\Http\\Livewire\\AttachmentUpload\:\:\$attachment has no type specified\.$#'
identifier: missingType.property
count: 1
path: app/Http/Livewire/AttachmentUpload.php
-
message: '#^Property App\\Http\\Livewire\\AttachmentUpload\:\:\$storedImage has no type specified\.$#'
identifier: missingType.property
count: 1
path: app/Http/Livewire/AttachmentUpload.php
-
message: '#^Property App\\Http\\Livewire\\BbcodeInput\:\:\$contentBbcode \(string\) does not accept array\|string\.$#'
identifier: assign.propertyType
count: 1
path: app/Http/Livewire/BbcodeInput.php
-
message: '#^Anonymous function should return Illuminate\\Database\\Eloquent\\Builder\<Illuminate\\Database\\Eloquent\\Model\> but returns Illuminate\\Database\\Eloquent\\Builder\<App\\Models\\Participant\>\.$#'
identifier: return.type
count: 1
path: app/Http/Livewire/ConversationSearch.php
-
message: '#^Anonymous function should return Illuminate\\Database\\Eloquent\\Builder\<Illuminate\\Database\\Eloquent\\Model\> but returns Illuminate\\Database\\Eloquent\\Builder\<App\\Models\\PrivateMessage\>\.$#'
identifier: return.type
count: 1
path: app/Http/Livewire/ConversationSearch.php
-
message: '#^Anonymous function should return Illuminate\\Database\\Eloquent\\Builder\<Illuminate\\Database\\Eloquent\\Model\> but returns Illuminate\\Database\\Eloquent\\Builder\<App\\Models\\TopicRead\>\.$#'
identifier: return.type
count: 3
path: app/Http/Livewire/ForumCategoryTopicSearch.php
-
message: '#^Anonymous function should return Illuminate\\Database\\Eloquent\\Builder\<Illuminate\\Database\\Eloquent\\Model\> but returns Illuminate\\Database\\Eloquent\\Builder\<App\\Models\\User\>\.$#'
identifier: return.type
count: 1
path: app/Http/Livewire/ForumCategoryTopicSearch.php
-
message: '#^Anonymous function should return Illuminate\\Database\\Eloquent\\Builder\<Illuminate\\Database\\Eloquent\\Model\> but returns Illuminate\\Database\\Eloquent\\Builder\<App\\Models\\TopicRead\>\.$#'
identifier: return.type
count: 3
path: app/Http/Livewire/ForumTopicSearch.php
-
message: '#^Anonymous function should return Illuminate\\Database\\Eloquent\\Builder\<Illuminate\\Database\\Eloquent\\Model\> but returns Illuminate\\Database\\Eloquent\\Builder\<App\\Models\\User\>\.$#'
identifier: return.type
count: 1
path: app/Http/Livewire/ForumTopicSearch.php
-
message: '#^Cannot access offset 0 on list\<string\>\|false\.$#'
identifier: offsetAccess.nonOffsetAccessible
count: 1
path: app/Http/Livewire/LaravelLogViewer.php
-
message: '#^Parameter \#1 \$array of function array_shift expects array, list\<string\>\|false given\.$#'
identifier: argument.type
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\.$#'
identifier: missingType.iterableValue
count: 1
path: app/Http/Livewire/MissingMediaSearch.php
-
message: '#^Anonymous function should return Illuminate\\Database\\Eloquent\\Builder\<Illuminate\\Database\\Eloquent\\Model\> but returns Illuminate\\Database\\Eloquent\\Builder\<App\\Models\\Group\>\.$#'
identifier: return.type
count: 1
path: app/Http/Livewire/Stats/UserStats.php
-
message: '#^Anonymous function should return Illuminate\\Database\\Eloquent\\Builder\<Illuminate\\Database\\Eloquent\\Model\> but returns Illuminate\\Database\\Eloquent\\Builder\<App\\Models\\Torrent\>\.$#'
identifier: return.type
count: 1
path: app/Http/Livewire/SubtitleSearch.php
-
message: '#^Anonymous function should return Illuminate\\Database\\Eloquent\\Builder\<Illuminate\\Database\\Eloquent\\Model\> but returns Illuminate\\Database\\Eloquent\\Builder\<App\\Models\\TmdbCredit\>\.$#'
identifier: return.type
count: 2
path: app/Http/Livewire/TmdbPersonSearch.php
-
message: '#^Anonymous function should return Illuminate\\Database\\Eloquent\\Builder\<Illuminate\\Database\\Eloquent\\Model\> but returns Illuminate\\Database\\Eloquent\\Builder\<App\\Models\\Group\>\.$#'
identifier: return.type
count: 4
path: app/Http/Livewire/TopUsers.php
-
message: '#^Anonymous function should return Illuminate\\Database\\Eloquent\\Builder\<Illuminate\\Database\\Eloquent\\Model\> but returns Illuminate\\Database\\Eloquent\\Builder\<App\\Models\\TopicRead\>\.$#'
identifier: return.type
count: 3
path: app/Http/Livewire/TopicSearch.php
-
message: '#^Anonymous function should return Illuminate\\Database\\Eloquent\\Builder\<Illuminate\\Database\\Eloquent\\Model\> but returns Illuminate\\Database\\Eloquent\\Builder\<App\\Models\\User\>\.$#'
identifier: return.type
count: 1
path: app/Http/Livewire/TopicSearch.php
-
message: '#^Anonymous function should return Illuminate\\Database\\Eloquent\\Builder\<Illuminate\\Database\\Eloquent\\Model\> but returns Illuminate\\Database\\Eloquent\\Builder\<App\\Models\\TmdbMovie\>\.$#'
identifier: return.type
count: 1
path: app/Http/Livewire/TorrentRequestSearch.php
-
message: '#^Anonymous function should return Illuminate\\Database\\Eloquent\\Builder\<Illuminate\\Database\\Eloquent\\Model\> but returns Illuminate\\Database\\Eloquent\\Builder\<App\\Models\\TmdbTv\>\.$#'
identifier: return.type
count: 1
path: app/Http/Livewire/TorrentRequestSearch.php
-
message: '#^Anonymous function should return Illuminate\\Support\\Collection\<int, string\|null\> but returns Illuminate\\Support\\Collection\<int, string\|null\>\.$#'
identifier: return.type
count: 1
path: app/Http/Livewire/TorrentRequestSearch.php
-
message: '#^Parameter \#3 \$callback of method Illuminate\\Cache\\Repository\:\:flexible\(\) expects callable\(\)\: Illuminate\\Support\\Collection\<int, string\|null\>, Closure\(\)\: Illuminate\\Support\\Collection\<int, string\|null\> given\.$#'
identifier: argument.type
count: 1
path: app/Http/Livewire/TorrentRequestSearch.php
-
message: '#^Method App\\Http\\Middleware\\SetLanguage\:\:setSystemLocale\(\) has parameter \$request with no type specified\.$#'
identifier: missingType.parameter
count: 1
path: app/Http/Middleware/SetLanguage.php
-
message: '#^Method App\\Http\\Requests\\Staff\\UpdateAutomaticTorrentFreeleechRequest\:\:rules\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: app/Http/Requests/Staff/UpdateAutomaticTorrentFreeleechRequest.php
-
message: '#^PHPDoc tag @return has invalid value \(array\<string, array\<int, \(Closure\)\|string\>\>\.\)\: Unexpected token "\.", expected TOKEN_HORIZONTAL_WS at offset 128 on line 4$#'
identifier: phpDoc.parseError
count: 1
path: app/Http/Requests/Staff/UpdateAutomaticTorrentFreeleechRequest.php
-
message: '#^Method App\\Http\\Requests\\StoreRequestFillRequest\:\:rules\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: app/Http/Requests/StoreRequestFillRequest.php
-
message: '#^PHPDoc tag @return has invalid value \(array\<string, \\Illuminate\\Contracts\\Validation\\Rule\|array\<\\Illuminate\\Contracts\\Validation\\Rule\|string\>\|string\>s\)\: Unexpected token "s", expected TOKEN_HORIZONTAL_WS at offset 196 on line 4$#'
identifier: phpDoc.parseError
count: 1
path: app/Http/Requests/StoreRequestFillRequest.php
-
message: '#^Strict comparison using \=\=\= between int\|null and true will always evaluate to false\.$#'
identifier: identical.alwaysFalse
count: 1
path: app/Http/Resources/TorrentResource.php
-
message: '#^Access to an undefined property Illuminate\\Database\\Eloquent\\Model\:\:\$name\.$#'
identifier: property.notFound
count: 2
path: app/Listeners/AchievementUnlocked.php
-
message: '#^Parameter \#1 \$view of function view expects view\-string\|null, string given\.$#'
identifier: argument.type
count: 2
path: app/Helpers/Language.php
-
message: '#^Class App\\Models\\Rss has PHPDoc tag @property for property \$json_torrent with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: app/Models/Rss.php
-
message: '#^Strict comparison using \=\=\= between float\|null and 0 will always evaluate to false\.$#'
identifier: identical.alwaysFalse
count: 1
path: app/Models/User.php
-
message: '#^Cannot access offset ''validator'' on Illuminate\\Contracts\\Foundation\\Application\.$#'
identifier: offsetAccess.nonOffsetAccessible
count: 1
path: app/Providers/AppServiceProvider.php
-
message: '#^Parameter \#2 \$minLimit of static method App\\Helpers\\HiddenCaptcha\:\:check\(\) expects int, float\|int\|string given\.$#'
identifier: argument.type
count: 1
path: app/Providers/AppServiceProvider.php
-
message: '#^Parameter \#3 \$maxLimit of static method App\\Helpers\\HiddenCaptcha\:\:check\(\) expects int, float\|int\|string given\.$#'
identifier: argument.type
count: 1
path: app/Providers/AppServiceProvider.php
-
message: '#^Method Laravel\\Fortify\\Contracts\\LoginResponse@anonymous/app/Providers/FortifyServiceProvider\.php\:51\:\:toResponse\(\) should return Illuminate\\Http\\RedirectResponse but returns Illuminate\\Http\\RedirectResponse\|true\.$#'
identifier: return.type
count: 1
path: app/Providers/FortifyServiceProvider.php
-
message: '#^Method Laravel\\Fortify\\Contracts\\RegisterViewResponse@anonymous/app/Providers/FortifyServiceProvider\.php\:96\:\:toResponse\(\) never returns Illuminate\\Http\\RedirectResponse so it can be removed from the return type\.$#'
identifier: return.unusedType
count: 1
path: app/Providers/FortifyServiceProvider.php
-
message: '#^Method Laravel\\Fortify\\Contracts\\VerifyEmailResponse@anonymous/app/Providers/FortifyServiceProvider\.php\:107\:\:toResponse\(\) never returns Illuminate\\View\\View so it can be removed from the return type\.$#'
identifier: return.unusedType
count: 1
path: app/Providers/FortifyServiceProvider.php
-
message: '#^Parameter \#1 \$string of function rtrim expects string, true given\.$#'
identifier: argument.type
count: 1
path: app/Providers/FortifyServiceProvider.php
-
message: '#^Strict comparison using \=\=\= between true and true will always evaluate to true\.$#'
identifier: identical.alwaysTrue
count: 1
path: app/Providers/FortifyServiceProvider.php
-
message: '#^Access to an undefined property Illuminate\\Database\\Eloquent\\Collection\<int, App\\Models\\Chatroom\>\:\:\$id\.$#'
identifier: property.notFound
count: 1
path: app/Repositories/ChatRepository.php
-
message: '#^Call to function is_int\(\) with string\|null will always evaluate to false\.$#'
identifier: function.impossibleType
count: 1
path: app/Repositories/ChatRepository.php
-
message: '#^Empty array passed to foreach\.$#'
identifier: foreach.emptyArray
count: 1
path: app/Repositories/ChatRepository.php
-
message: '#^Call to function array_key_exists\(\) with ''job'' and array\{adult\: bool\|null, gender\: int\|null, id\: int\|null, known_for_department\: string\|null, name\: string\|null, original_name\: string\|null, popularity\: float\|null, profile_path\: string\|null, \.\.\.\} will always evaluate to true\.$#'
identifier: function.alreadyNarrowedType
count: 1
path: app/Services/Tmdb/Client/Movie.php
-
message: '#^Call to function array_key_exists\(\) with ''job'' and array\{credit_id\: string\|null, job\: string\|null, episode_count\: int\|null\} will always evaluate to true\.$#'
identifier: function.alreadyNarrowedType
count: 1
path: app/Services/Tmdb/Client/TV.php
-
message: '#^Parameter \#1 \$title of static method Illuminate\\Support\\Str\:\:slug\(\) expects string, bool\|string given\.$#'
identifier: argument.type
count: 1
path: config/cache.php
-
message: '#^Parameter \#1 \$url of function parse_url expects string, bool\|string\|null given\.$#'
identifier: argument.type
count: 6
path: config/secure-headers.php
-
message: '#^Parameter \#1 \$title of static method Illuminate\\Support\\Str\:\:slug\(\) expects string, bool\|string given\.$#'
identifier: argument.type
count: 1
path: config/session.php
-
message: '#^Access to an undefined property object\:\:\$default_groups\.$#'
identifier: property.notFound
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\.$#'
identifier: foreach.nonIterable
count: 1
path: database/migrations/2022_12_30_090331_update_user_notifications_table.php
-
message: '#^Access to an undefined property object\:\:\$default_groups\.$#'
identifier: property.notFound
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\.$#'
identifier: foreach.nonIterable
count: 1
path: database/migrations/2022_12_30_090351_update_user_privacy_table.php
-
message: '#^Access to an undefined property object\:\:\$file_name\.$#'
identifier: property.notFound
count: 3
path: database/migrations/2023_02_09_113903_clean_torrent_files.php
-
message: '#^Access to an undefined property object\:\:\$content\.$#'
identifier: property.notFound
count: 1
path: database/migrations/2023_07_22_043634_post_playlist_html_special_chars_decode.php
-
message: '#^Access to an undefined property object\:\:\$description\.$#'
identifier: property.notFound
count: 1
path: database/migrations/2023_07_22_043634_post_playlist_html_special_chars_decode.php
-
message: '#^Access to an undefined property object\:\:\$id\.$#'
identifier: property.notFound
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\.$#'
identifier: property.notFound
count: 2
path: database/migrations/2023_07_29_205035_add_torrent_folder_name.php
-
message: '#^Access to an undefined property object\:\:\$id\.$#'
identifier: property.notFound
count: 1
path: database/migrations/2023_07_29_205035_add_torrent_folder_name.php
-
message: '#^Access to an undefined property object\:\:\$id\.$#'
identifier: property.notFound
count: 1
path: database/migrations/2023_11_12_223126_create_passkeys.php
-
message: '#^Access to an undefined property object\:\:\$passkey\.$#'
identifier: property.notFound
count: 1
path: database/migrations/2023_11_12_223126_create_passkeys.php
-
message: '#^Access to an undefined property object\:\:\$api_token\.$#'
identifier: property.notFound
count: 1
path: database/migrations/2023_11_15_170525_create_apikeys.php
-
message: '#^Access to an undefined property object\:\:\$id\.$#'
identifier: property.notFound
count: 1
path: database/migrations/2023_11_15_170525_create_apikeys.php
-
message: '#^Access to an undefined property object\:\:\$id\.$#'
identifier: property.notFound
count: 1
path: database/migrations/2023_11_16_084506_create_rsskeys.php
-
message: '#^Access to an undefined property object\:\:\$rsskey\.$#'
identifier: property.notFound
count: 1
path: database/migrations/2023_11_16_084506_create_rsskeys.php
-
message: '#^Access to an undefined property object\:\:\$id\.$#'
identifier: property.notFound
count: 1
path: database/migrations/2024_01_15_151522_update_groups_table.php
-
message: '#^Access to an undefined property object\:\:\$id\.$#'
identifier: property.notFound
count: 1
path: database/migrations/2024_01_21_062125_create_email_updates.php
-
message: '#^Access to an undefined property object\:\:\$file_name\.$#'
identifier: property.notFound
count: 1
path: database/migrations/2024_02_14_022118_fix_subtitle_filepaths.php
-
message: '#^Access to an undefined property object\:\:\$id\.$#'
identifier: property.notFound
count: 1
path: database/migrations/2024_11_26_170256_add_is_torrent_modo_to_groups_table.php
-
message: '#^Variable \$level might not be defined\.$#'
identifier: variable.undefined
count: 1
path: resources/views/vendor/notifications/email.blade.php
-
message: '#^Parameter \#1 \$root of static method Illuminate\\Routing\\UrlGenerator\:\:forceRootUrl\(\) expects string\|null, true given\.$#'
identifier: argument.type
count: 1
path: routes/announce.php
-
message: '#^Parameter \#1 \$scheme of static method Illuminate\\Support\\Facades\\URL\:\:forceScheme\(\) expects string\|null, true given\.$#'
identifier: argument.type
count: 1
path: routes/announce.php
-
message: '#^Parameter \#1 \$root of static method Illuminate\\Routing\\UrlGenerator\:\:forceRootUrl\(\) expects string\|null, true given\.$#'
identifier: argument.type
count: 1
path: routes/api.php
-
message: '#^Parameter \#1 \$scheme of static method Illuminate\\Support\\Facades\\URL\:\:forceScheme\(\) expects string\|null, true given\.$#'
identifier: argument.type
count: 1
path: routes/api.php
-
message: '#^Parameter \#1 \$root of static method Illuminate\\Routing\\UrlGenerator\:\:forceRootUrl\(\) expects string\|null, true given\.$#'
identifier: argument.type
count: 1
path: routes/rss.php
-
message: '#^Parameter \#1 \$scheme of static method Illuminate\\Support\\Facades\\URL\:\:forceScheme\(\) expects string\|null, true given\.$#'
identifier: argument.type
count: 1
path: routes/rss.php
-
message: '#^Parameter \#1 \$root of static method Illuminate\\Routing\\UrlGenerator\:\:forceRootUrl\(\) expects string\|null, true given\.$#'
identifier: argument.type
count: 1
path: routes/web.php
-
message: '#^Parameter \#1 \$scheme of static method Illuminate\\Support\\Facades\\URL\:\:forceScheme\(\) expects string\|null, true given\.$#'
identifier: argument.type
count: 1
path: routes/web.php