-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
27 lines (27 loc) · 1.09 KB
/
phpstan-baseline.neon
File metadata and controls
27 lines (27 loc) · 1.09 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
parameters:
ignoreErrors:
-
message: '#^Access to an undefined property wcf\\data\\wsdb\\database\\Database\:\:\$enableConnection\.$#'
identifier: property.notFound
count: 1
path: files/lib/system/wsdb/gridView/user/ConnectionGridView.class.php
-
message: '#^Access to an undefined property wcf\\data\\wsdb\\database\\Database\:\:\$enableConnection\.$#'
identifier: property.notFound
count: 2
path: files/lib/system/event/listener/ConnectionWsdbRecordInteractionCollectingListener.class.php
-
message: '#^Access to an undefined property wcf\\data\\wsdb\\database\\Database\:\:\$enableConnection\.$#'
identifier: property.notFound
count: 1
path: files/lib/page/WsdbConnectionListPage.class.php
-
message: '#^Access to an undefined property wcf\\data\\wsdb\\database\\Database\:\:\$enableConnection\.$#'
identifier: property.notFound
count: 2
path: files/lib/form/WsdbConnectionAddForm.class.php
-
message: '#^Variable \$this might not be defined\.$#'
identifier: variable.undefined
count: 1
path: files/acp/install_dev.hanashi.wsdb.connection.php