-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
91 lines (77 loc) · 3.57 KB
/
phpstan-baseline.neon
File metadata and controls
91 lines (77 loc) · 3.57 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
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: '#^Access to undefined constant Wikibase\\Repo\\Rdf\\PropertyRdfBuilder\:\:OBJECT_PROPERTY\.$#'
identifier: classConstant.notFound
count: 1
path: src/HookHandlers.php
-
message: '#^Method Wikibase\\LocalMedia\\HookHandlers\:\:onResourceLoaderGetConfigVars\(\) has parameter \$vars with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: src/HookHandlers.php
-
message: '#^Method Wikibase\\LocalMedia\\HookHandlers\:\:onWikibaseClientDataTypes\(\) has parameter \$dataTypeDefinitions with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: src/HookHandlers.php
-
message: '#^Method Wikibase\\LocalMedia\\HookHandlers\:\:onWikibaseRepoDataTypes\(\) has parameter \$dataTypeDefinitions with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: src/HookHandlers.php
-
message: '#^Method Wikibase\\LocalMedia\\Services\\FormatterBuilder\:\:__construct\(\) has parameter \$thumbLimits with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: src/Services/FormatterBuilder.php
-
message: '#^Parameter \#3 \$languageCode of class Wikibase\\LocalMedia\\Services\\InlineImageFormatter constructor expects string, mixed given\.$#'
identifier: argument.type
count: 1
path: src/Services/FormatterBuilder.php
-
message: '#^Property Wikibase\\LocalMedia\\Services\\FormatterBuilder\:\:\$thumbLimits type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: src/Services/FormatterBuilder.php
-
message: '#^Instanceof between DataValues\\StringValue and DataValues\\StringValue will always evaluate to true\.$#'
identifier: instanceof.alwaysTrue
count: 1
path: src/Services/ImageLinkFormatter.php
-
message: '#^Constructor of class Wikibase\\LocalMedia\\Services\\InlineImageFormatter has an unused parameter \$languageCode\.$#'
identifier: constructor.unusedParameter
count: 1
path: src/Services/InlineImageFormatter.php
-
message: '#^Instanceof between DataValues\\StringValue and DataValues\\StringValue will always evaluate to true\.$#'
identifier: instanceof.alwaysTrue
count: 1
path: src/Services/InlineImageFormatter.php
-
message: '#^Method Wikibase\\LocalMedia\\Services\\InlineImageFormatter\:\:__construct\(\) has parameter \$thumbLimits with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: src/Services/InlineImageFormatter.php
-
message: '#^Property Wikibase\\LocalMedia\\Services\\InlineImageFormatter\:\:\$thumbLimits type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: src/Services/InlineImageFormatter.php
-
message: '#^Cannot call method getFullURL\(\) on MediaWiki\\Title\\Title\|null\.$#'
identifier: method.nonObject
count: 1
path: src/Services/LocalMediaRdfBuilder.php
-
message: '#^Parameter \#1 \$text of method MediaWiki\\Title\\TitleFactory\:\:newFromText\(\) expects int\|string\|null, mixed given\.$#'
identifier: argument.type
count: 1
path: src/Services/LocalMediaRdfBuilder.php
-
message: '#^Parameter \#2 \$thumbLimits of class Wikibase\\LocalMedia\\Services\\FormatterBuilder constructor expects array, mixed given\.$#'
identifier: argument.type
count: 1
path: src/WikibaseLocalMedia.php