-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
phpstan-baseline.neon
272 lines (218 loc) · 13 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
parameters:
ignoreErrors:
-
message: "#^Call to an undefined method Symfony\\\\Component\\\\Console\\\\Application\\:\\:renderException\\(\\)\\.$#"
count: 1
path: src/Command/ScheduleListCommand.php
-
message: "#^Call to an undefined method Symfony\\\\Component\\\\Console\\\\Helper\\\\HelperInterface\\:\\:truncate\\(\\)\\.$#"
count: 2
path: src/Command/ScheduleListCommand.php
-
message: "#^Parameter \\#1 \\$str of function strtr expects string, object given\\.$#"
count: 1
path: src/Command/ScheduleListCommand.php
-
message: "#^Call to an undefined method Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\NodeDefinition\\:\\:arrayPrototype\\(\\)\\.$#"
count: 1
path: src/DependencyInjection/Configuration.php
-
message: "#^Call to an undefined method Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\NodeDefinition\\:\\:canBeEnabled\\(\\)\\.$#"
count: 3
path: src/DependencyInjection/Configuration.php
-
message: "#^Call to an undefined method Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\NodeDefinition\\:\\:children\\(\\)\\.$#"
count: 1
path: src/DependencyInjection/Configuration.php
-
message: "#^Method Zenstruck\\\\ScheduleBundle\\\\DependencyInjection\\\\Configuration\\:\\:createEmailExtension\\(\\) should return Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\ArrayNodeDefinition but returns Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\NodeDefinition\\.$#"
count: 1
path: src/DependencyInjection/Configuration.php
-
message: "#^Method Zenstruck\\\\ScheduleBundle\\\\DependencyInjection\\\\Configuration\\:\\:createNotifyExtension\\(\\) should return Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\ArrayNodeDefinition but returns Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\NodeDefinition\\.$#"
count: 1
path: src/DependencyInjection/Configuration.php
-
message: "#^Method Zenstruck\\\\ScheduleBundle\\\\DependencyInjection\\\\Configuration\\:\\:createPingExtension\\(\\) should return Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\ArrayNodeDefinition but returns Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\NodeDefinition\\.$#"
count: 1
path: src/DependencyInjection/Configuration.php
-
message: "#^Method Zenstruck\\\\ScheduleBundle\\\\DependencyInjection\\\\Configuration\\:\\:taskConfiguration\\(\\) should return Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\ArrayNodeDefinition but returns Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\NodeDefinition\\.$#"
count: 1
path: src/DependencyInjection/Configuration.php
-
message: "#^Method Zenstruck\\\\ScheduleBundle\\\\DependencyInjection\\\\ZenstruckScheduleExtension\\:\\:loadInternal\\(\\) has parameter \\$mergedConfig with no value type specified in iterable type array\\.$#"
count: 1
path: src/DependencyInjection/ZenstruckScheduleExtension.php
-
message: "#^Method Zenstruck\\\\ScheduleBundle\\\\DependencyInjection\\\\ZenstruckScheduleExtension\\:\\:registerScheduleExtensions\\(\\) has parameter \\$config with no value type specified in iterable type array\\.$#"
count: 1
path: src/DependencyInjection/ZenstruckScheduleExtension.php
-
message: "#^Parameter \\#1 \\$message of method Symfony\\\\Component\\\\Console\\\\Style\\\\StyleInterface\\:\\:note\\(\\) expects array\\|string, string\\|null given\\.$#"
count: 1
path: src/EventListener/ScheduleConsoleOutputSubscriber.php
-
message: "#^Parameter \\#1 \\$message of method Psr\\\\Log\\\\LoggerInterface\\:\\:info\\(\\) expects string, string\\|null given\\.$#"
count: 1
path: src/EventListener/ScheduleLoggerSubscriber.php
-
message: "#^Method Zenstruck\\\\ScheduleBundle\\\\EventListener\\\\TaskConfigurationSubscriber\\:\\:__construct\\(\\) has parameter \\$config with no value type specified in iterable type array\\.$#"
count: 1
path: src/EventListener/TaskConfigurationSubscriber.php
-
message: "#^Method Zenstruck\\\\ScheduleBundle\\\\EventListener\\\\TaskConfigurationSubscriber\\:\\:addTask\\(\\) has parameter \\$config with no value type specified in iterable type array\\.$#"
count: 1
path: src/EventListener/TaskConfigurationSubscriber.php
-
message: "#^Method Zenstruck\\\\ScheduleBundle\\\\EventListener\\\\TaskConfigurationSubscriber\\:\\:createTask\\(\\) has parameter \\$commands with no value type specified in iterable type array\\.$#"
count: 1
path: src/EventListener/TaskConfigurationSubscriber.php
-
message: "#^Property Zenstruck\\\\ScheduleBundle\\\\EventListener\\\\TaskConfigurationSubscriber\\:\\:\\$config type has no value type specified in iterable type array\\.$#"
count: 1
path: src/EventListener/TaskConfigurationSubscriber.php
-
message: "#^Method Zenstruck\\\\ScheduleBundle\\\\Schedule\\:\\:addMessage\\(\\) has parameter \\$stamps with no value type specified in iterable type array\\.$#"
count: 1
path: src/Schedule.php
-
message: "#^Method Zenstruck\\\\ScheduleBundle\\\\Schedule\\:\\:addPing\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#"
count: 1
path: src/Schedule.php
-
message: "#^Method Zenstruck\\\\ScheduleBundle\\\\Schedule\\:\\:pingAfter\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#"
count: 1
path: src/Schedule.php
-
message: "#^Method Zenstruck\\\\ScheduleBundle\\\\Schedule\\:\\:pingBefore\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#"
count: 1
path: src/Schedule.php
-
message: "#^Method Zenstruck\\\\ScheduleBundle\\\\Schedule\\:\\:pingOnFailure\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#"
count: 1
path: src/Schedule.php
-
message: "#^Method Zenstruck\\\\ScheduleBundle\\\\Schedule\\:\\:pingOnSuccess\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#"
count: 1
path: src/Schedule.php
-
message: "#^Method Zenstruck\\\\ScheduleBundle\\\\Schedule\\:\\:thenPing\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#"
count: 1
path: src/Schedule.php
-
message: "#^Parameter \\#1 \\$start of method Zenstruck\\\\ScheduleBundle\\\\Schedule\\\\CronExpression\\:\\:hashField\\(\\) expects int, int\\|string given\\.$#"
count: 1
path: src/Schedule/CronExpression.php
-
message: "#^Parameter \\#2 \\$end of method Zenstruck\\\\ScheduleBundle\\\\Schedule\\\\CronExpression\\:\\:hashField\\(\\) expects int, int\\|string given\\.$#"
count: 1
path: src/Schedule/CronExpression.php
-
message: "#^Parameter \\#3 \\.\\.\\.\\$values of function sprintf expects bool\\|float\\|int\\|string\\|null, object given\\.$#"
count: 1
path: src/Schedule/Exception/MissingDependency.php
-
message: "#^Method Zenstruck\\\\ScheduleBundle\\\\Schedule\\\\Extension\\\\PingExtension\\:\\:__construct\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#"
count: 1
path: src/Schedule/Extension/PingExtension.php
-
message: "#^Method Zenstruck\\\\ScheduleBundle\\\\Schedule\\\\Extension\\\\PingExtension\\:\\:getOptions\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Schedule/Extension/PingExtension.php
-
message: "#^Method Zenstruck\\\\ScheduleBundle\\\\Schedule\\\\Extension\\\\PingExtension\\:\\:scheduleAfter\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#"
count: 1
path: src/Schedule/Extension/PingExtension.php
-
message: "#^Method Zenstruck\\\\ScheduleBundle\\\\Schedule\\\\Extension\\\\PingExtension\\:\\:scheduleBefore\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#"
count: 1
path: src/Schedule/Extension/PingExtension.php
-
message: "#^Method Zenstruck\\\\ScheduleBundle\\\\Schedule\\\\Extension\\\\PingExtension\\:\\:scheduleFailure\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#"
count: 1
path: src/Schedule/Extension/PingExtension.php
-
message: "#^Method Zenstruck\\\\ScheduleBundle\\\\Schedule\\\\Extension\\\\PingExtension\\:\\:scheduleSuccess\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#"
count: 1
path: src/Schedule/Extension/PingExtension.php
-
message: "#^Method Zenstruck\\\\ScheduleBundle\\\\Schedule\\\\Extension\\\\PingExtension\\:\\:taskAfter\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#"
count: 1
path: src/Schedule/Extension/PingExtension.php
-
message: "#^Method Zenstruck\\\\ScheduleBundle\\\\Schedule\\\\Extension\\\\PingExtension\\:\\:taskBefore\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#"
count: 1
path: src/Schedule/Extension/PingExtension.php
-
message: "#^Method Zenstruck\\\\ScheduleBundle\\\\Schedule\\\\Extension\\\\PingExtension\\:\\:taskFailure\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#"
count: 1
path: src/Schedule/Extension/PingExtension.php
-
message: "#^Method Zenstruck\\\\ScheduleBundle\\\\Schedule\\\\Extension\\\\PingExtension\\:\\:taskSuccess\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#"
count: 1
path: src/Schedule/Extension/PingExtension.php
-
message: "#^Property Zenstruck\\\\ScheduleBundle\\\\Schedule\\\\Extension\\\\PingExtension\\:\\:\\$options type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Schedule/Extension/PingExtension.php
-
message: "#^Method Zenstruck\\\\ScheduleBundle\\\\Schedule\\\\RunContext\\:\\:getDuration\\(\\) should return int but returns int\\|null\\.$#"
count: 1
path: src/Schedule/RunContext.php
-
message: "#^Method Zenstruck\\\\ScheduleBundle\\\\Schedule\\\\RunContext\\:\\:getMemory\\(\\) should return int but returns int\\|null\\.$#"
count: 1
path: src/Schedule/RunContext.php
-
message: "#^Method Zenstruck\\\\ScheduleBundle\\\\Schedule\\\\Task\\:\\:pingAfter\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#"
count: 1
path: src/Schedule/Task.php
-
message: "#^Method Zenstruck\\\\ScheduleBundle\\\\Schedule\\\\Task\\:\\:pingBefore\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#"
count: 1
path: src/Schedule/Task.php
-
message: "#^Method Zenstruck\\\\ScheduleBundle\\\\Schedule\\\\Task\\:\\:pingOnFailure\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#"
count: 1
path: src/Schedule/Task.php
-
message: "#^Method Zenstruck\\\\ScheduleBundle\\\\Schedule\\\\Task\\:\\:pingOnSuccess\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#"
count: 1
path: src/Schedule/Task.php
-
message: "#^Method Zenstruck\\\\ScheduleBundle\\\\Schedule\\\\Task\\:\\:thenPing\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#"
count: 1
path: src/Schedule/Task.php
-
message: "#^Method Zenstruck\\\\ScheduleBundle\\\\Schedule\\\\Task\\\\CompoundTask\\:\\:addCommand\\(\\) has parameter \\$arguments with no value type specified in iterable type array\\.$#"
count: 1
path: src/Schedule/Task/CompoundTask.php
-
message: "#^Method Zenstruck\\\\ScheduleBundle\\\\Schedule\\\\Task\\\\CompoundTask\\:\\:addMessage\\(\\) has parameter \\$stamps with no value type specified in iterable type array\\.$#"
count: 1
path: src/Schedule/Task/CompoundTask.php
-
message: "#^Method Zenstruck\\\\ScheduleBundle\\\\Schedule\\\\Task\\\\CompoundTask\\:\\:addPing\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#"
count: 1
path: src/Schedule/Task/CompoundTask.php
-
message: "#^Method Zenstruck\\\\ScheduleBundle\\\\Schedule\\\\Task\\\\PingTask\\:\\:__construct\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#"
count: 1
path: src/Schedule/Task/PingTask.php
-
message: "#^Method Zenstruck\\\\ScheduleBundle\\\\Schedule\\\\Task\\\\PingTask\\:\\:getContext\\(\\) should return array\\<string, string\\> but returns array\\<string, string\\|false\\>\\.$#"
count: 1
path: src/Schedule/Task/PingTask.php
-
message: "#^Method Zenstruck\\\\ScheduleBundle\\\\Schedule\\\\Task\\\\PingTask\\:\\:getOptions\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Schedule/Task/PingTask.php
-
message: "#^Property Zenstruck\\\\ScheduleBundle\\\\Schedule\\\\Task\\\\PingTask\\:\\:\\$options type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Schedule/Task/PingTask.php
-
message: "#^Method Zenstruck\\\\ScheduleBundle\\\\Schedule\\\\Task\\\\Runner\\\\CallbackTaskRunner\\:\\:stringify\\(\\) should return string\\|null but returns object\\.$#"
count: 1
path: src/Schedule/Task/Runner/CallbackTaskRunner.php