-
Notifications
You must be signed in to change notification settings - Fork 12
/
phpstan-baseline.neon
187 lines (150 loc) · 6.38 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
parameters:
ignoreErrors:
-
message: "#^Method App\\\\Colorizers\\\\Colorizer\\:\\:getColorizerToolPath\\(\\) should return string but returns string\\|null\\.$#"
count: 1
path: app/Colorizers/Colorizer.php
-
message: "#^Parameter \\#1 \\$stream of function stream_get_meta_data expects resource, resource\\|false given\\.$#"
count: 1
path: app/Colorizers/HtmlColorizer.php
-
message: "#^Parameter \\#1 \\$stream of function stream_get_meta_data expects resource, resource\\|false given\\.$#"
count: 1
path: app/Colorizers/JsonColorizer.php
-
message: "#^Call to an undefined method Illuminate\\\\Http\\\\Client\\\\Response\\:\\:getStatusCode\\(\\)\\.$#"
count: 1
path: app/Commands/VisitCommand.php
-
message: "#^Cannot cast Symfony\\\\Component\\\\Console\\\\Input\\\\InputInterface to string\\.$#"
count: 1
path: app/Commands/VisitCommand.php
-
message: "#^Method App\\\\Commands\\\\VisitCommand\\:\\:getPayload\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: app/Commands/VisitCommand.php
-
message: "#^Method App\\\\Commands\\\\VisitCommand\\:\\:handle\\(\\) has no return type specified\\.$#"
count: 1
path: app/Commands/VisitCommand.php
-
message: "#^Method App\\\\Commands\\\\VisitCommand\\:\\:renderResponse\\(\\) has parameter \\$statResults with no value type specified in iterable type array\\.$#"
count: 1
path: app/Commands/VisitCommand.php
-
message: "#^PHPDoc tag @param has invalid value \\(array\\<int, StatResult \\$statResults\\)\\: Unexpected token \"\\$statResults\", expected '\\>' at offset 73$#"
count: 1
path: app/Commands/VisitCommand.php
-
message: "#^Parameter \\#1 \\$haystack of function str_starts_with expects string, array\\|string given\\.$#"
count: 1
path: app/Commands/VisitCommand.php
-
message: "#^Parameter \\#1 \\$haystack of function str_starts_with expects string, array\\|string\\|null given\\.$#"
count: 1
path: app/Commands/VisitCommand.php
-
message: "#^Parameter \\#1 \\$html of function Termwind\\\\render expects string, Illuminate\\\\Contracts\\\\View\\\\Factory\\|Illuminate\\\\Contracts\\\\View\\\\View given\\.$#"
count: 2
path: app/Commands/VisitCommand.php
-
message: "#^Parameter \\#1 \\$json of function json_decode expects string, array\\|bool\\|string given\\.$#"
count: 1
path: app/Commands/VisitCommand.php
-
message: "#^Parameter \\#1 \\$json of function json_decode expects string, string\\|false given\\.$#"
count: 1
path: app/Commands/VisitCommand.php
-
message: "#^Parameter \\#1 \\$string of function strtolower expects string, array\\|bool\\|string given\\.$#"
count: 1
path: app/Commands/VisitCommand.php
-
message: "#^Parameter \\#2 \\$string of function explode expects string, array\\|string\\|null given\\.$#"
count: 1
path: app/Commands/VisitCommand.php
-
message: "#^Parameter \\#3 \\$filter of method App\\\\Filters\\\\Filter\\:\\:filter\\(\\) expects string, array\\|string\\|true given\\.$#"
count: 1
path: app/Commands/VisitCommand.php
-
message: "#^Part \\$url \\(non\\-empty\\-array\\|non\\-empty\\-string\\) of encapsed string cannot be cast to string\\.$#"
count: 1
path: app/Commands/VisitCommand.php
-
message: "#^Unable to resolve the template type TKey in call to function collect$#"
count: 2
path: app/Commands/VisitCommand.php
-
message: "#^Unable to resolve the template type TValue in call to function collect$#"
count: 2
path: app/Commands/VisitCommand.php
-
message: "#^Method App\\\\Exceptions\\\\RenderableException\\:\\:render\\(\\) has no return type specified\\.$#"
count: 1
path: app/Exceptions/RenderableException.php
-
message: "#^Parameter \\#1 \\$html of function Termwind\\\\render expects string, Illuminate\\\\Contracts\\\\View\\\\Factory\\|Illuminate\\\\Contracts\\\\View\\\\View given\\.$#"
count: 1
path: app/Exceptions/RenderableException.php
-
message: "#^Method App\\\\Filters\\\\JsonFilter\\:\\:filter\\(\\) should return string but returns string\\|false\\.$#"
count: 1
path: app/Filters/JsonFilter.php
-
message: "#^Strict comparison using \\=\\=\\= between bool and 'application/json' will always evaluate to false\\.$#"
count: 1
path: app/Filters/JsonFilter.php
-
message: "#^Cannot call method getDuration\\(\\) on Symfony\\\\Component\\\\Stopwatch\\\\StopwatchEvent\\|null\\.$#"
count: 1
path: app/Stats/RuntimeStat.php
-
message: "#^Method App\\\\Stats\\\\RuntimeStat\\:\\:afterRequest\\(\\) has no return type specified\\.$#"
count: 1
path: app/Stats/RuntimeStat.php
-
message: "#^Method App\\\\Stats\\\\RuntimeStat\\:\\:beforeRequest\\(\\) has no return type specified\\.$#"
count: 1
path: app/Stats/RuntimeStat.php
-
message: "#^Method App\\\\Stats\\\\Stat\\:\\:afterRequest\\(\\) has no return type specified\\.$#"
count: 1
path: app/Stats/Stat.php
-
message: "#^Method App\\\\Stats\\\\Stat\\:\\:beforeRequest\\(\\) has no return type specified\\.$#"
count: 1
path: app/Stats/Stat.php
-
message: "#^Method App\\\\Stats\\\\StatResult\\:\\:make\\(\\) has no return type specified\\.$#"
count: 1
path: app/Stats/StatResult.php
-
message: "#^Method App\\\\Stats\\\\StatsCollection\\:\\:callAfterRequest\\(\\) has no return type specified\\.$#"
count: 1
path: app/Stats/StatsCollection.php
-
message: "#^Method App\\\\Stats\\\\StatsCollection\\:\\:callBeforeRequest\\(\\) has no return type specified\\.$#"
count: 1
path: app/Stats/StatsCollection.php
-
message: "#^Unable to resolve the template type TKey in call to function collect$#"
count: 1
path: app/Stats/StatsCollection.php
-
message: "#^Unable to resolve the template type TValue in call to function collect$#"
count: 1
path: app/Stats/StatsCollection.php
-
message: "#^Method App\\\\Support\\\\Redirects\\:\\:add\\(\\) has no return type specified\\.$#"
count: 1
path: app/Support/Redirects.php
-
message: "#^Method App\\\\Support\\\\Redirects\\:\\:add\\(\\) has parameter \\$redirectHistoryItem with no value type specified in iterable type array\\.$#"
count: 1
path: app/Support/Redirects.php
-
message: "#^Property App\\\\Support\\\\Redirects\\:\\:\\$redirects type has no value type specified in iterable type array\\.$#"
count: 1
path: app/Support/Redirects.php