-
Notifications
You must be signed in to change notification settings - Fork 6
/
phpstan-baseline.neon
31 lines (26 loc) · 1.03 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
parameters:
ignoreErrors:
-
message: "#^Constant WZKB_PLUGIN_URL not found\\.$#"
count: 3
path: includes/admin/settings/sidebar.php
-
message: "#^Constant WZKB_PLUGIN_DIR not found\\.$#"
count: 1
path: includes/autoloader.php
-
message: "#^Constant WZKB_PLUGIN_DIR not found\\.$#"
count: 1
path: includes/frontend/class-language-handler.php
-
message: "#^Method WebberZone\\\\Knowledge_Base\\\\Widgets\\\\Articles_Widget\\:\\:form\\(\\) should return string but return statement is missing\\.$#"
count: 1
path: includes/widgets/class-articles-widget.php
-
message: "#^Method WebberZone\\\\Knowledge_Base\\\\Widgets\\\\Breadcrumb_Widget\\:\\:form\\(\\) should return string but return statement is missing\\.$#"
count: 1
path: includes/widgets/class-breadcrumb-widget.php
-
message: "#^Method WebberZone\\\\Knowledge_Base\\\\Widgets\\\\Sections_Widget\\:\\:form\\(\\) should return string but return statement is missing\\.$#"
count: 1
path: includes/widgets/class-sections-widget.php