This repository has been archived by the owner on Jul 12, 2023. It is now read-only.
forked from backup-manager/backup-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan-baseline.neon
287 lines (230 loc) · 10.7 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
parameters:
ignoreErrors:
-
message: "#^PHPDoc tag @param has invalid value \\(\\$inputPath\\)\\: Unexpected token \"\\$inputPath\", expected type at offset 18$#"
count: 3
path: src/Compressors/Compressor.php
-
message: "#^PHPDoc tag @param has invalid value \\(\\$outputPath\\)\\: Unexpected token \"\\$outputPath\", expected type at offset 18$#"
count: 1
path: src/Compressors/Compressor.php
-
message: "#^PHPDoc tag @param has invalid value \\(\\$type\\)\\: Unexpected token \"\\$type\", expected type at offset 18$#"
count: 1
path: src/Compressors/Compressor.php
-
message: "#^PHPDoc tag @param has invalid value \\(\\$name\\)\\: Unexpected token \"\\$name\", expected type at offset 18$#"
count: 1
path: src/Compressors/CompressorProvider.php
-
message: "#^PHPDoc tag @param has invalid value \\(\\$inputPath\\)\\: Unexpected token \"\\$inputPath\", expected type at offset 18$#"
count: 3
path: src/Compressors/GzipCompressor.php
-
message: "#^PHPDoc tag @param has invalid value \\(\\$outputPath\\)\\: Unexpected token \"\\$outputPath\", expected type at offset 18$#"
count: 1
path: src/Compressors/GzipCompressor.php
-
message: "#^PHPDoc tag @param has invalid value \\(\\$type\\)\\: Unexpected token \"\\$type\", expected type at offset 18$#"
count: 1
path: src/Compressors/GzipCompressor.php
-
message: "#^PHPDoc tag @param has invalid value \\(\\$inputPath\\)\\: Unexpected token \"\\$inputPath\", expected type at offset 18$#"
count: 3
path: src/Compressors/NullCompressor.php
-
message: "#^PHPDoc tag @param has invalid value \\(\\$outputPath\\)\\: Unexpected token \"\\$outputPath\", expected type at offset 18$#"
count: 1
path: src/Compressors/NullCompressor.php
-
message: "#^PHPDoc tag @param has invalid value \\(\\$type\\)\\: Unexpected token \"\\$type\", expected type at offset 18$#"
count: 1
path: src/Compressors/NullCompressor.php
-
message: "#^If condition is always false\\.$#"
count: 1
path: src/Config/Config.php
-
message: "#^PHPDoc tag @param has invalid value \\(\\$field\\)\\: Unexpected token \"\\$field\", expected type at offset 38$#"
count: 1
path: src/Config/Config.php
-
message: "#^PHPDoc tag @param has invalid value \\(\\$name\\)\\: Unexpected token \"\\$name\", expected type at offset 18$#"
count: 2
path: src/Config/Config.php
-
message: "#^PHPDoc tag @param has invalid value \\(\\$path\\)\\: Unexpected token \"\\$path\", expected type at offset 18$#"
count: 1
path: src/Config/Config.php
-
message: "#^Unsafe usage of new static\\(\\)\\.$#"
count: 1
path: src/Config/Config.php
-
message: "#^PHPDoc tag @param has invalid value \\(\\$inputPath\\)\\: Unexpected token \"\\$inputPath\", expected type at offset 18$#"
count: 1
path: src/Databases/Database.php
-
message: "#^PHPDoc tag @param has invalid value \\(\\$outputPath\\)\\: Unexpected token \"\\$outputPath\", expected type at offset 18$#"
count: 1
path: src/Databases/Database.php
-
message: "#^PHPDoc tag @param has invalid value \\(\\$type\\)\\: Unexpected token \"\\$type\", expected type at offset 18$#"
count: 1
path: src/Databases/Database.php
-
message: "#^PHPDoc tag @param has invalid value \\(\\$name\\)\\: Unexpected token \"\\$name\", expected type at offset 18$#"
count: 1
path: src/Databases/DatabaseProvider.php
-
message: "#^Parameter \\#2 \\$field of method BackupManager\\\\Config\\\\Config\\:\\:get\\(\\) expects null, string given\\.$#"
count: 1
path: src/Databases/DatabaseProvider.php
-
message: "#^Method BackupManager\\\\Databases\\\\MysqlDatabase\\:\\:setConfig\\(\\) should return null but return statement is missing\\.$#"
count: 1
path: src/Databases/MysqlDatabase.php
-
message: "#^PHPDoc tag @param has invalid value \\(\\$inputPath\\)\\: Unexpected token \"\\$inputPath\", expected type at offset 18$#"
count: 1
path: src/Databases/MysqlDatabase.php
-
message: "#^PHPDoc tag @param has invalid value \\(\\$outputPath\\)\\: Unexpected token \"\\$outputPath\", expected type at offset 18$#"
count: 1
path: src/Databases/MysqlDatabase.php
-
message: "#^PHPDoc tag @param has invalid value \\(\\$type\\)\\: Unexpected token \"\\$type\", expected type at offset 18$#"
count: 1
path: src/Databases/MysqlDatabase.php
-
message: "#^Method BackupManager\\\\Databases\\\\PostgresqlDatabase\\:\\:setConfig\\(\\) should return null but return statement is missing\\.$#"
count: 1
path: src/Databases/PostgresqlDatabase.php
-
message: "#^PHPDoc tag @param has invalid value \\(\\$inputPath\\)\\: Unexpected token \"\\$inputPath\", expected type at offset 18$#"
count: 1
path: src/Databases/PostgresqlDatabase.php
-
message: "#^PHPDoc tag @param has invalid value \\(\\$outputPath\\)\\: Unexpected token \"\\$outputPath\", expected type at offset 18$#"
count: 1
path: src/Databases/PostgresqlDatabase.php
-
message: "#^PHPDoc tag @param has invalid value \\(\\$type\\)\\: Unexpected token \"\\$type\", expected type at offset 18$#"
count: 1
path: src/Databases/PostgresqlDatabase.php
-
message: "#^PHPDoc tag @param has invalid value \\(\\$type\\)\\: Unexpected token \"\\$type\", expected type at offset 18$#"
count: 1
path: src/Filesystems/Awss3Filesystem.php
-
message: "#^Instantiated class BackblazeB2\\\\Client not found\\.$#"
count: 1
path: src/Filesystems/BackblazeFilesystem.php
-
message: "#^Instantiated class Mhetreramesh\\\\Flysystem\\\\BackblazeAdapter not found\\.$#"
count: 1
path: src/Filesystems/BackblazeFilesystem.php
-
message: "#^PHPDoc tag @param has invalid value \\(\\$type\\)\\: Unexpected token \"\\$type\", expected type at offset 50$#"
count: 1
path: src/Filesystems/BackblazeFilesystem.php
-
message: "#^Parameter \\#1 \\$adapter of class League\\\\Flysystem\\\\Filesystem constructor expects League\\\\Flysystem\\\\AdapterInterface, Mhetreramesh\\\\Flysystem\\\\BackblazeAdapter given\\.$#"
count: 1
path: src/Filesystems/BackblazeFilesystem.php
-
message: "#^PHPDoc tag @param has invalid value \\(\\$type\\)\\: Unexpected token \"\\$type\", expected type at offset 50$#"
count: 1
path: src/Filesystems/DropboxFilesystem.php
-
message: "#^PHPDoc tag @param has invalid value \\(\\$type\\)\\: Unexpected token \"\\$type\", expected type at offset 50$#"
count: 1
path: src/Filesystems/DropboxV2Filesystem.php
-
message: "#^PHPDoc tag @param has invalid value \\(\\$type\\)\\: Unexpected token \"\\$type\", expected type at offset 50$#"
count: 1
path: src/Filesystems/Filesystem.php
-
message: "#^PHPDoc tag @param has invalid value \\(\\$name\\)\\: Unexpected token \"\\$name\", expected type at offset 18$#"
count: 2
path: src/Filesystems/FilesystemProvider.php
-
message: "#^Parameter \\#2 \\$key of method BackupManager\\\\Filesystems\\\\FilesystemProvider\\:\\:getConfig\\(\\) expects null, string given\\.$#"
count: 1
path: src/Filesystems/FilesystemProvider.php
-
message: "#^Method BackupManager\\\\Filesystems\\\\FlysystemFilesystem\\:\\:get\\(\\) should return League\\\\Flysystem\\\\Filesystem but returns League\\\\Flysystem\\\\FilesystemInterface\\.$#"
count: 2
path: src/Filesystems/FlysystemFilesystem.php
-
message: "#^PHPDoc tag @param has invalid value \\(\\$type\\)\\: Unexpected token \"\\$type\", expected type at offset 18$#"
count: 1
path: src/Filesystems/FlysystemFilesystem.php
-
message: "#^PHPDoc tag @param has invalid value \\(\\$type\\)\\: Unexpected token \"\\$type\", expected type at offset 50$#"
count: 1
path: src/Filesystems/FtpFilesystem.php
-
message: "#^PHPDoc tag @param has invalid value \\(\\$type\\)\\: Unexpected token \"\\$type\", expected type at offset 18$#"
count: 1
path: src/Filesystems/GcsFilesystem.php
-
message: "#^PHPDoc tag @param has invalid value \\(\\$type\\)\\: Unexpected token \"\\$type\", expected type at offset 50$#"
count: 1
path: src/Filesystems/LocalFilesystem.php
-
message: "#^PHPDoc tag @param has invalid value \\(\\$type\\)\\: Unexpected token \"\\$type\", expected type at offset 50$#"
count: 1
path: src/Filesystems/RackspaceFilesystem.php
-
message: "#^PHPDoc tag @param has invalid value \\(\\$type\\)\\: Unexpected token \"\\$type\", expected type at offset 50$#"
count: 1
path: src/Filesystems/SftpFilesystem.php
-
message: "#^PHPDoc tag @param has invalid value \\(\\$type\\)\\: Unexpected token \"\\$type\", expected type at offset 50$#"
count: 1
path: src/Filesystems/WebdavFilesystem.php
-
message: "#^Class BackupManager\\\\ShellProcessing\\\\ShellProcessor does not have a constructor and must be instantiated without any parameters\\.$#"
count: 1
path: src/Manager.php
-
message: "#^PHPDoc tag @param has invalid value \\(\\$name\\)\\: Unexpected token \"\\$name\", expected type at offset 18$#"
count: 2
path: src/Procedures/Procedure.php
-
message: "#^Parameter \\#2 \\$key of method BackupManager\\\\Filesystems\\\\FilesystemProvider\\:\\:getConfig\\(\\) expects null, string given\\.$#"
count: 1
path: src/Procedures/Procedure.php
-
message: "#^Parameter \\#2 \\$filename of method BackupManager\\\\Procedures\\\\Procedure\\:\\:getWorkingFile\\(\\) expects null, string given\\.$#"
count: 1
path: src/Procedures/RestoreProcedure.php
-
message: "#^PHPDoc tag @param has invalid value \\(\\$sourcePath\\)\\: Unexpected token \"\\$sourcePath\", expected type at offset 55$#"
count: 1
path: src/Tasks/Compression/CompressFile.php
-
message: "#^PHPDoc tag @param has invalid value \\(\\$sourcePath\\)\\: Unexpected token \"\\$sourcePath\", expected type at offset 55$#"
count: 1
path: src/Tasks/Compression/DecompressFile.php
-
message: "#^PHPDoc tag @param has invalid value \\(\\$outputPath\\)\\: Unexpected token \"\\$outputPath\", expected type at offset 51$#"
count: 1
path: src/Tasks/Database/DumpDatabase.php
-
message: "#^PHPDoc tag @param has invalid value \\(\\$inputPath\\)\\: Unexpected token \"\\$inputPath\", expected type at offset 51$#"
count: 1
path: src/Tasks/Database/RestoreDatabase.php
-
message: "#^PHPDoc tag @param has invalid value \\(\\$filePath\\)\\: Unexpected token \"\\$filePath\", expected type at offset 55$#"
count: 1
path: src/Tasks/Storage/DeleteFile.php
-
message: "#^PHPDoc tag @param has invalid value \\(\\$destinationPath\\)\\: Unexpected token \"\\$destinationPath\", expected type at offset 135$#"
count: 1
path: src/Tasks/Storage/TransferFile.php
-
message: "#^PHPDoc tag @param has invalid value \\(\\$sourcePath\\)\\: Unexpected token \"\\$sourcePath\", expected type at offset 61$#"
count: 1
path: src/Tasks/Storage/TransferFile.php