-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
67 lines (57 loc) · 2.84 KB
/
phpstan-baseline.neon
File metadata and controls
67 lines (57 loc) · 2.84 KB
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
parameters:
ignoreErrors:
-
message: '#^Parameter \#1 \$configArray of method ProfessionalWiki\\WikibaseFacetedSearch\\Persistence\\ConfigDeserializer\:\:newConfig\(\) expects array\<string, mixed\>, array\<mixed, mixed\> given\.$#'
identifier: argument.type
count: 1
path: src/Persistence/ConfigDeserializer.php
-
message: '#^Parameter \#1 \$configPerItemType of method ProfessionalWiki\\WikibaseFacetedSearch\\Persistence\\ConfigDeserializer\:\:newFacetConfigList\(\) expects array, mixed given\.$#'
identifier: argument.type
count: 1
path: src/Persistence/ConfigDeserializer.php
-
message: '#^Parameter \#1 \$configPerItemType of method ProfessionalWiki\\WikibaseFacetedSearch\\Persistence\\ConfigDeserializer\:\:newIconsList\(\) expects array, mixed given\.$#'
identifier: argument.type
count: 1
path: src/Persistence/ConfigDeserializer.php
-
message: '#^Parameter \#1 \$propertyId of method ProfessionalWiki\\WikibaseFacetedSearch\\Persistence\\ConfigDeserializer\:\:newPropertyId\(\) expects string\|null, mixed given\.$#'
identifier: argument.type
count: 1
path: src/Persistence/ConfigDeserializer.php
-
message: '#^Parameter \#1 \$value of static method ProfessionalWiki\\WikibaseFacetedSearch\\Application\\FacetType\:\:from\(\) expects int\|string, mixed given\.$#'
identifier: argument.type
count: 1
path: src/Persistence/ConfigDeserializer.php
-
message: '#^Parameter \$sitelinkSiteId of class ProfessionalWiki\\WikibaseFacetedSearch\\Application\\Config constructor expects string\|null, mixed given\.$#'
identifier: argument.type
count: 1
path: src/Persistence/ConfigDeserializer.php
-
message: '#^Parameter \#2 \$terms of class Elastica\\Query\\Terms constructor expects list\<bool\|float\|int\|string\>, array\<string\> given\.$#'
identifier: argument.type
count: 1
path: src/Persistence/Search/Query/ItemTypeQueryBuilder.php
-
message: '#^Parameter \#2 \$terms of class Elastica\\Query\\Terms constructor expects list\<bool\|float\|int\|string\>, array given\.$#'
identifier: argument.type
count: 1
path: src/Persistence/Search/Query/ListFacetQueryBuilder.php
-
message: '#^Parameter \#2 \$terms of class Elastica\\Query\\Terms constructor expects list\<bool\|float\|int\|string\>, array\<float\> given\.$#'
identifier: argument.type
count: 1
path: src/Persistence/Search/Query/ListFacetQueryBuilder.php
-
message: '#^Parameter \#2 \$terms of class Elastica\\Query\\Terms constructor expects list\<bool\|float\|int\|string\>, array\<string\> given\.$#'
identifier: argument.type
count: 1
path: src/Persistence/Search/Query/ListFacetQueryBuilder.php
-
message: '#^Cannot call method getFullURL\(\) on MediaWiki\\Title\\Title\|null\.$#'
identifier: method.nonObject
count: 1
path: src/Presentation/ConfigDocumentationBuilder.php