-
Notifications
You must be signed in to change notification settings - Fork 1
/
phpstan-baseline.neon
51 lines (42 loc) · 1.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
parameters:
ignoreErrors:
-
message: "#^Constant WHEREGO_PLUGIN_DIR not found\\.$#"
count: 1
path: includes/admin/class-admin.php
-
message: "#^Variable \\$menu_page might not be defined\\.$#"
count: 1
path: includes/admin/settings/class-settings-api.php
-
message: "#^Constant WHEREGO_PLUGIN_URL not found\\.$#"
count: 3
path: includes/admin/settings/class-settings.php
-
message: "#^Constant WHEREGO_PLUGIN_URL not found\\.$#"
count: 3
path: includes/admin/settings/sidebar.php
-
message: "#^Constant WHEREGO_PLUGIN_DIR not found\\.$#"
count: 1
path: includes/autoloader.php
-
message: "#^Constant WHEREGO_PLUGIN_DIR not found\\.$#"
count: 1
path: includes/frontend/blocks/class-blocks.php
-
message: "#^Variable \\$meta_key might not be defined\\.$#"
count: 1
path: includes/frontend/class-display.php
-
message: "#^Method WebberZone\\\\WFP\\\\Frontend\\\\Widget\\:\\:form\\(\\) should return string but return statement is missing\\.$#"
count: 1
path: includes/frontend/class-widget.php
-
message: "#^Negated boolean expression is always false\\.$#"
count: 1
path: includes/util/class-cache.php
-
message: "#^Variable \\$expires in empty\\(\\) always exists and is not falsy\\.$#"
count: 1
path: includes/util/class-cache.php