-
Notifications
You must be signed in to change notification settings - Fork 826
/
phpstan-baseline.neon
150 lines (122 loc) · 5.32 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
parameters:
ignoreErrors:
-
message: "#^Parameter \\$connection of method League\\\\Flysystem\\\\Ftp\\\\FtpAdapter\\:\\:resolveConnectionRoot\\(\\) has invalid type FTP\\\\Connection\\.$#"
count: 1
path: src/Ftp/FtpAdapter.php
-
message: "#^Unsafe access to private property League\\\\Flysystem\\\\GoogleCloudStorage\\\\GoogleCloudStorageAdapter\\:\\:\\$algoToInfoMap through static\\:\\:\\.$#"
count: 1
path: src/GoogleCloudStorage/GoogleCloudStorageAdapter.php
-
message: "#^Unsafe access to private property League\\\\Flysystem\\\\GoogleCloudStorage\\\\GoogleCloudStorageAdapterTest\\:\\:\\$adapterPrefix through static\\:\\:\\.$#"
count: 3
path: src/GoogleCloudStorage/GoogleCloudStorageAdapterTest.php
-
message: "#^Unsafe access to private property League\\\\Flysystem\\\\GoogleCloudStorage\\\\GoogleCloudStorageAdapterTest\\:\\:\\$bucket through static\\:\\:\\.$#"
count: 5
path: src/GoogleCloudStorage/GoogleCloudStorageAdapterTest.php
-
message: "#^Unsafe access to private property League\\\\Flysystem\\\\GoogleCloudStorage\\\\GoogleCloudStorageAdapterTest\\:\\:\\$prefixer through static\\:\\:\\.$#"
count: 3
path: src/GoogleCloudStorage/GoogleCloudStorageAdapterTest.php
-
message: "#^Offset 2 does not exist on array\\{League\\\\Flysystem\\\\FilesystemOperator, string\\}\\.$#"
count: 1
path: src/MountManager.php
-
message: "#^Unsafe access to private property League\\\\Flysystem\\\\ZipArchive\\\\ZipArchiveAdapterTestCase\\:\\:\\$archiveProvider through static\\:\\:\\.$#"
count: 10
path: src/ZipArchive/ZipArchiveAdapterTestCase.php
-
message: "#^Parameter \\#1 \\$ftp of function ftp_chdir expects FTP\\\\Connection, resource given\\.$#"
count: 2
path: src/Ftp/FtpAdapter.php
-
message: "#^Parameter \\#1 \\$ftp of function ftp_chmod expects FTP\\\\Connection, resource given\\.$#"
count: 2
path: src/Ftp/FtpAdapter.php
-
message: "#^Parameter \\#1 \\$ftp of function ftp_delete expects FTP\\\\Connection, resource given\\.$#"
count: 1
path: src/Ftp/FtpAdapter.php
-
message: "#^Parameter \\#1 \\$ftp of function ftp_fget expects FTP\\\\Connection, resource given\\.$#"
count: 1
path: src/Ftp/FtpAdapter.php
-
message: "#^Parameter \\#1 \\$ftp of function ftp_fput expects FTP\\\\Connection, resource given\\.$#"
count: 1
path: src/Ftp/FtpAdapter.php
-
message: "#^Parameter \\#1 \\$ftp of function ftp_mdtm expects FTP\\\\Connection, resource given\\.$#"
count: 1
path: src/Ftp/FtpAdapter.php
-
message: "#^Parameter \\#1 \\$ftp of function ftp_mkdir expects FTP\\\\Connection, resource given\\.$#"
count: 1
path: src/Ftp/FtpAdapter.php
-
message: "#^Parameter \\#1 \\$ftp of function ftp_raw expects FTP\\\\Connection, resource given\\.$#"
count: 1
path: src/Ftp/FtpAdapter.php
-
message: "#^Parameter \\#1 \\$ftp of function ftp_rawlist expects FTP\\\\Connection, resource given\\.$#"
count: 1
path: src/Ftp/FtpAdapter.php
-
message: "#^Parameter \\#1 \\$ftp of function ftp_rename expects FTP\\\\Connection, resource given\\.$#"
count: 1
path: src/Ftp/FtpAdapter.php
-
message: "#^Parameter \\#1 \\$ftp of function ftp_rmdir expects FTP\\\\Connection, resource given\\.$#"
count: 1
path: src/Ftp/FtpAdapter.php
-
message: "#^Parameter \\#1 \\$ftp of function ftp_size expects FTP\\\\Connection, resource given\\.$#"
count: 2
path: src/Ftp/FtpAdapter.php
-
message: "#^Method League\\\\Flysystem\\\\Ftp\\\\FtpConnectionProvider\\:\\:createConnectionResource\\(\\) should return resource but returns FTP\\\\Connection\\.$#"
count: 1
path: src/Ftp/FtpConnectionProvider.php
-
message: "#^Parameter \\#1 \\$ftp of function ftp_close expects FTP\\\\Connection, resource given\\.$#"
count: 1
path: src/Ftp/FtpConnectionProvider.php
-
message: "#^Parameter \\#1 \\$ftp of function ftp_login expects FTP\\\\Connection, resource given\\.$#"
count: 1
path: src/Ftp/FtpConnectionProvider.php
-
message: "#^Parameter \\#1 \\$ftp of function ftp_pasv expects FTP\\\\Connection, resource given\\.$#"
count: 1
path: src/Ftp/FtpConnectionProvider.php
-
message: "#^Parameter \\#1 \\$ftp of function ftp_raw expects FTP\\\\Connection, resource given\\.$#"
count: 1
path: src/Ftp/FtpConnectionProvider.php
-
message: "#^Parameter \\#1 \\$ftp of function ftp_set_option expects FTP\\\\Connection, resource given\\.$#"
count: 1
path: src/Ftp/FtpConnectionProvider.php
-
message: "#^Parameter \\#1 \\$ftp of function ftp_close expects FTP\\\\Connection, resource given\\.$#"
count: 1
path: src/Ftp/FtpConnectionProviderTest.php
-
message: "#^Parameter \\#1 \\$ftp of function ftp_raw expects FTP\\\\Connection, resource given\\.$#"
count: 1
path: src/Ftp/NoopCommandConnectivityChecker.php
-
message: "#^Parameter \\#1 \\$ftp of function ftp_close expects FTP\\\\Connection, resource given\\.$#"
count: 1
path: src/Ftp/NoopCommandConnectivityCheckerTest.php
-
message: "#^Parameter \\#1 \\$ftp of function ftp_rawlist expects FTP\\\\Connection, resource given\\.$#"
count: 1
path: src/Ftp/RawListFtpConnectivityChecker.php
-
message: "#^Parameter \\#1 \\$ftp of function ftp_close expects FTP\\\\Connection, resource given\\.$#"
count: 1
path: src/Ftp/RawListFtpConnectivityCheckerTest.php