-
Notifications
You must be signed in to change notification settings - Fork 21
/
phpstan-baseline.neon
91 lines (74 loc) · 2.3 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
parameters:
ignoreErrors:
-
message: "#^Constant CRP_PLUGIN_DIR not found\\.$#"
count: 1
path: includes/admin/class-admin.php
-
message: "#^Constant CRP_PLUGIN_URL not found\\.$#"
count: 2
path: includes/admin/class-admin.php
-
message: "#^Constant CRP_PLUGIN_URL not found\\.$#"
count: 1
path: includes/admin/class-bulk-edit.php
-
message: "#^Constant CRP_PLUGIN_URL not found\\.$#"
count: 3
path: includes/admin/class-metabox.php
-
message: "#^Variable \\$menu_page might not be defined\\.$#"
count: 1
path: includes/admin/settings/class-settings-api.php
-
message: "#^Constant CRP_PLUGIN_URL not found\\.$#"
count: 4
path: includes/admin/settings/class-settings.php
-
message: "#^Constant CRP_PLUGIN_URL not found\\.$#"
count: 4
path: includes/admin/settings/sidebar.php
-
message: "#^Constant CRP_PLUGIN_DIR not found\\.$#"
count: 1
path: includes/autoloader.php
-
message: "#^Constant CRP_PLUGIN_URL not found\\.$#"
count: 1
path: includes/frontend/class-display.php
-
message: "#^Strict comparison using \\=\\=\\= between null and string will always evaluate to false\\.$#"
count: 1
path: includes/frontend/class-display.php
-
message: "#^Variable \\$meta_key might not be defined\\.$#"
count: 2
path: includes/frontend/class-display.php
-
message: "#^Method WebberZone\\\\Contextual_Related_Posts\\\\Frontend\\\\Widgets\\\\Related_Posts_Widget\\:\\:form\\(\\) should return string but return statement is missing\\.$#"
count: 1
path: includes/frontend/widgets/class-related-posts-widget.php
-
message: "#^Constant CRP_PLUGIN_DIR not found\\.$#"
count: 1
path: includes/load-freemius.php
-
message: "#^Function fs_dynamic_init not found\\.$#"
count: 1
path: includes/load-freemius.php
-
message: "#^Constant CRP_PLUGIN_DIR not found\\.$#"
count: 2
path: includes/pro/blocks/class-query.php
-
message: "#^Constant CRP_PLUGIN_URL not found\\.$#"
count: 2
path: includes/pro/blocks/class-query.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