forked from craigk5n/webcalendar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
229 lines (192 loc) · 5.85 KB
/
phpstan-baseline.neon
File metadata and controls
229 lines (192 loc) · 5.85 KB
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
parameters:
ignoreErrors:
-
message: '#^Path in require_once\(\) "install/default_config\.php" is not a file or it does not exist\.$#'
identifier: requireOnce.fileNotFound
count: 1
path: admin.php
-
message: '#^Path in require_once\(\) "includes/classes/Event\.class" is not a file or it does not exist\.$#'
identifier: requireOnce.fileNotFound
count: 1
path: ajax.php
-
message: '#^Path in require_once\(\) "includes/classes/RptEvent\.class" is not a file or it does not exist\.$#'
identifier: requireOnce.fileNotFound
count: 1
path: ajax.php
-
message: '#^Call to static method form\(\) on an unknown class captcha\.$#'
identifier: class.notFound
count: 1
path: edit_entry.php
-
message: '#^Call to static method check\(\) on an unknown class captcha\.$#'
identifier: class.notFound
count: 1
path: edit_entry_handler.php
-
message: '#^Undefined variable\: \$difference_hours$#'
identifier: variable.undefined
count: 1
path: import_outlookcsv.php
-
message: '#^Function access_get_function_description\(\) should return string but return statement is missing\.$#'
identifier: return.missing
count: 1
path: includes/access.php
-
message: '#^Access to an undefined property DocList\:\:\$_description\.$#'
identifier: property.notFound
count: 1
path: includes/classes/DocList.php
-
message: '#^Access to an undefined property WebCalMailer\:\:\$error_count\.$#'
identifier: property.notFound
count: 2
path: includes/classes/WebCalMailer.php
-
message: '#^Instantiated class phpmailer\\PHPMailer\\PHPMailer not found\.$#'
identifier: class.notFound
count: 1
path: includes/classes/WebCalMailer.php
-
message: '#^Undefined variable\: \$SMTP_STARTTLS$#'
identifier: variable.undefined
count: 1
path: includes/classes/WebCalMailer.php
-
message: '#^Method WebCalendar\:\:_getPhases\(\) should return array but return statement is missing\.$#'
identifier: return.missing
count: 1
path: includes/classes/WebCalendar.php
-
message: '#^Undefined variable\: \$AUTH_USER$#'
identifier: variable.undefined
count: 1
path: includes/classes/WebCalendar.php
-
message: '#^Undefined variable\: \$login_return_path$#'
identifier: variable.undefined
count: 1
path: includes/classes/WebCalendar.php
-
message: '#^Function do_external_configs not found\.$#'
identifier: function.notFound
count: 1
path: includes/config.php
-
message: '#^Function dbi_affected_rows\(\) should return int but return statement is missing\.$#'
identifier: return.missing
count: 1
path: includes/dbi4php.php
-
message: '#^Function dbi_close\(\) should return bool but return statement is missing\.$#'
identifier: return.missing
count: 1
path: includes/dbi4php.php
-
message: '#^Function dbi_connect\(\) should return resource but return statement is missing\.$#'
identifier: return.missing
count: 1
path: includes/dbi4php.php
-
message: '#^Function dbi_free_result\(\) should return bool but return statement is missing\.$#'
identifier: return.missing
count: 1
path: includes/dbi4php.php
-
message: '#^Function dbi_update_blob\(\) should return bool but return statement is missing\.$#'
identifier: return.missing
count: 1
path: includes/dbi4php.php
-
message: '#^Result of function mysqli_free_result \(void\) is used\.$#'
identifier: function.void
count: 1
path: includes/dbi4php.php
-
message: '#^Result of function odbc_close \(void\) is used\.$#'
identifier: function.void
count: 1
path: includes/dbi4php.php
-
message: '#^Result of function sqlite_close \(void\) is used\.$#'
identifier: function.void
count: 1
path: includes/dbi4php.php
-
message: '#^Undefined variable\: \$cat_id$#'
identifier: variable.undefined
count: 1
path: includes/functions.php
-
message: '#^Undefined variable\: \$location$#'
identifier: variable.undefined
count: 1
path: includes/functions.php
-
message: '#^Undefined variable\: \$user$#'
identifier: variable.undefined
count: 2
path: includes/functions.php
-
message: '#^Undefined variable\: \$tret$#'
identifier: variable.undefined
count: 1
path: includes/init.php
-
message: '#^Call to sprintf contains 2 placeholders, 3 values given\.$#'
identifier: argument.sprintf
count: 1
path: includes/menu.php
-
message: '#^Array has 2 duplicate keys with value ''id'' \(''id'', ''id''\)\.$#'
identifier: array.duplicateKey
count: 1
path: includes/translate.php
-
message: '#^Regex pattern is invalid\:#'
identifier: regexp.pattern
count: 2
path: includes/translate.php
-
message: '#^Undefined variable\: \$PUBLIC_ACCESS_FULLNAME$#'
identifier: variable.undefined
count: 1
path: includes/user-ldap.php
-
message: '#^Cannot unset offset ''Until'' on array\{Exceptions\: array\{\}, Inclusions\: array\{\}\}\|array\{Exceptions\: list, Inclusions\: list, Frequency\: 7\}\.$#'
identifier: unset.offset
count: 1
path: includes/xcal.php
-
message: '#^Undefined variable\: \$LIMIT_DESCRIPTION_SIZE$#'
identifier: variable.undefined
count: 1
path: includes/xcal.php
-
message: '#^Undefined variable\: \$freebusycount$#'
identifier: variable.undefined
count: 1
path: includes/xcal.php
-
message: '#^Undefined variable\: \$category$#'
identifier: variable.undefined
count: 1
path: rss_unapproved.php
-
message: '#^Undefined variable\: \$d$#'
identifier: variable.undefined
count: 1
path: rss_unapproved.php
-
message: '#^Undefined variable\: \$DISPLAY_UNAPPROVED$#'
identifier: variable.undefined
count: 1
path: week_details.php
-
message: '#^Undefined variable\: \$DISABLE_ACCESS_FIELD$#'
identifier: variable.undefined
count: 1
path: ws/ws.php