forked from SemanticMediaWiki/SemanticDrilldown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan-baseline.neon
56 lines (46 loc) · 1.45 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
parameters:
ignoreErrors:
-
message: "#^Constant SMW_NS_PROPERTY not found\\.$#"
count: 2
path: includes/Filter.php
-
message: "#^Variable \\$xml might not be defined\\.$#"
count: 2
path: includes/PageSchemas.php
-
message: "#^Constant SMW_NS_PROPERTY not found\\.$#"
count: 1
path: includes/ParserFunctions/DrilldownInfo.php
-
message: "#^Variable \\$current_filter_values might not be defined\\.$#"
count: 2
path: includes/Specials/BrowseData/GetApplicableFilters.php
-
message: "#^Variable \\$highest_num_results might not be defined\\.$#"
count: 2
path: includes/Specials/BrowseData/GetApplicableFilters.php
-
message: "#^Variable \\$lowest_num_results might not be defined\\.$#"
count: 4
path: includes/Specials/BrowseData/GetApplicableFilters.php
-
message: "#^Variable \\$scale_factor might not be defined\\.$#"
count: 2
path: includes/Specials/BrowseData/GetApplicableFilters.php
-
message: "#^Constant SMW_OUTPUT_WIKI not found\\.$#"
count: 1
path: includes/Specials/BrowseData/SemanticResultPrinter.php
-
message: "#^Constant SMW_NS_PROPERTY not found\\.$#"
count: 1
path: includes/Sql/SqlProvider.php
-
message: "#^Access to constant ID_TABLE on an unknown class SMW\\\\SQLStore\\\\SQLStore\\.$#"
count: 1
path: includes/Utils.php
-
message: "#^Call to an undefined static method MagicWord\\:\\:get\\(\\)\\.$#"
count: 2
path: includes/Utils.php