-
Notifications
You must be signed in to change notification settings - Fork 21
/
phpstan-baseline.neon
86 lines (70 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
parameters:
ignoreErrors:
-
message: "#^Constant TOP_TEN_PLUGIN_DIR not found\\.$#"
count: 1
path: includes/admin/class-admin.php
-
message: "#^Constant TOP_TEN_PLUGIN_URL not found\\.$#"
count: 6
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 TOP_TEN_PLUGIN_URL not found\\.$#"
count: 4
path: includes/admin/settings/sidebar.php
-
message: "#^Constant TOP_TEN_PLUGIN_DIR not found\\.$#"
count: 1
path: includes/autoloader.php
-
message: "#^Variable \\$wp in empty\\(\\) always exists and is not falsy\\.$#"
count: 1
path: includes/class-tracker.php
-
message: "#^Constant TOP_TEN_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 \\$cache_name might not be defined\\.$#"
count: 1
path: includes/frontend/class-display.php
-
message: "#^Constant TOP_TEN_PLUGIN_DIR not found\\.$#"
count: 1
path: includes/frontend/class-feed.php
-
message: "#^Variable \\$daily might not be defined\\.$#"
count: 1
path: includes/frontend/feed-rss2-popular-posts.php
-
message: "#^Method WebberZone\\\\Top_Ten\\\\Frontend\\\\Widgets\\\\Count_Widget\\:\\:form\\(\\) should return string but return statement is missing\\.$#"
count: 1
path: includes/frontend/widgets/class-count-widget.php
-
message: "#^Method WebberZone\\\\Top_Ten\\\\Frontend\\\\Widgets\\\\Posts_Widget\\:\\:form\\(\\) should return string but return statement is missing\\.$#"
count: 1
path: includes/frontend/widgets/class-posts-widget.php
-
message: "#^Constant TOP_TEN_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 TOP_TEN_PLUGIN_DIR not found\\.$#"
count: 1
path: includes/pro/blocks/class-query.php
-
message: "#^Constant TOP_TEN_PLUGIN_URL not found\\.$#"
count: 1
path: includes/pro/blocks/class-query.php