generated from wayofdev/laravel-package-tpl
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan-baseline.neon
86 lines (70 loc) · 3.75 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
parameters:
ignoreErrors:
-
message: "#^Class WayOfDev\\\\Paginator\\\\CyclePaginator extends generic class Illuminate\\\\Pagination\\\\AbstractPaginator but does not specify its types\\: TValue$#"
count: 1
path: src/CyclePaginator.php
-
message: "#^Class WayOfDev\\\\Paginator\\\\CyclePaginator implements generic interface Illuminate\\\\Contracts\\\\Pagination\\\\LengthAwarePaginator but does not specify its types\\: TItem$#"
count: 1
path: src/CyclePaginator.php
-
message: "#^Method WayOfDev\\\\Paginator\\\\CyclePaginator\\:\\:__construct\\(\\) has parameter \\$items with generic class Illuminate\\\\Support\\\\Collection but does not specify its types\\: TKey, TValue$#"
count: 1
path: src/CyclePaginator.php
-
message: "#^Method WayOfDev\\\\Paginator\\\\CyclePaginator\\:\\:headers\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/CyclePaginator.php
-
message: "#^Method WayOfDev\\\\Paginator\\\\CyclePaginator\\:\\:pages\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/CyclePaginator.php
-
message: "#^Method WayOfDev\\\\Paginator\\\\CyclePaginator\\:\\:render\\(\\) has parameter \\$data with no value type specified in iterable type array\\.$#"
count: 1
path: src/CyclePaginator.php
-
message: "#^Method WayOfDev\\\\Paginator\\\\CyclePaginator\\:\\:toArray\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/CyclePaginator.php
-
message: "#^Property WayOfDev\\\\Paginator\\\\CyclePaginator\\:\\:\\$results with generic class Illuminate\\\\Support\\\\LazyCollection does not specify its types\\: TKey, TValue$#"
count: 1
path: src/CyclePaginator.php
-
message: "#^Class WayOfDev\\\\Paginator\\\\LengthAwarePaginator extends generic class Illuminate\\\\Pagination\\\\LengthAwarePaginator but does not specify its types\\: TValue$#"
count: 1
path: src/LengthAwarePaginator.php
-
message: "#^Method WayOfDev\\\\Paginator\\\\LengthAwarePaginator\\:\\:__construct\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#"
count: 1
path: src/LengthAwarePaginator.php
-
message: "#^Method WayOfDev\\\\Paginator\\\\LengthAwarePaginator\\:\\:__construct\\(\\) has parameter \\$paginator with generic class Illuminate\\\\Pagination\\\\LengthAwarePaginator but does not specify its types\\: TValue$#"
count: 1
path: src/LengthAwarePaginator.php
-
message: "#^Method WayOfDev\\\\Paginator\\\\LengthAwarePaginator\\:\\:headers\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/LengthAwarePaginator.php
-
message: "#^Method WayOfDev\\\\Paginator\\\\LengthAwarePaginator\\:\\:pages\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/LengthAwarePaginator.php
-
message: "#^Class WayOfDev\\\\Paginator\\\\Paginator extends generic class Illuminate\\\\Pagination\\\\Paginator but does not specify its types\\: TValue$#"
count: 1
path: src/Paginator.php
-
message: "#^Method WayOfDev\\\\Paginator\\\\Paginator\\:\\:headers\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Paginator.php
-
message: "#^Method WayOfDev\\\\Paginator\\\\Paginator\\:\\:pages\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Paginator.php
-
message: "#^Property WayOfDev\\\\Tests\\\\Functional\\\\LengthAwarePaginatorTest\\:\\:\\$queryBuilderPaginator with generic class Illuminate\\\\Pagination\\\\LengthAwarePaginator does not specify its types\\: TValue$#"
count: 1
path: tests/src/Functional/LengthAwarePaginatorTest.php