-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathphpstan-baseline.neon
145 lines (122 loc) · 5.37 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
parameters:
ignoreErrors:
-
message: '#^Method Wdes\\phpI18nL10n\\Twig\\Extension\\I18n\:\:getFilters\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: src/Twig/Extension/I18n.php
-
message: '#^Method Wdes\\phpI18nL10n\\Twig\\Extension\\I18n\:\:getTokenParsers\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: src/Twig/Extension/I18n.php
-
message: '#^Parameter \#1 \$body of class Wdes\\phpI18nL10n\\Twig\\TranslationNode constructor expects Twig\\Node\\Node, mixed given\.$#'
identifier: argument.type
count: 1
path: src/Twig/TokenParser.php
-
message: '#^Parameter \#2 \$plural of class Wdes\\phpI18nL10n\\Twig\\TranslationNode constructor expects Twig\\Node\\Node\|null, mixed given\.$#'
identifier: argument.type
count: 1
path: src/Twig/TokenParser.php
-
message: '#^Parameter \#3 \$count of class Wdes\\phpI18nL10n\\Twig\\TranslationNode constructor expects Twig\\Node\\Expression\\AbstractExpression\|null, mixed given\.$#'
identifier: argument.type
count: 1
path: src/Twig/TokenParser.php
-
message: '#^Parameter \#4 \$context of class Wdes\\phpI18nL10n\\Twig\\TranslationNode constructor expects Twig\\Node\\Node\|null, mixed given\.$#'
identifier: argument.type
count: 1
path: src/Twig/TokenParser.php
-
message: '#^Parameter \#5 \$notes of class Wdes\\phpI18nL10n\\Twig\\TranslationNode constructor expects Twig\\Node\\Node\|null, mixed given\.$#'
identifier: argument.type
count: 1
path: src/Twig/TokenParser.php
-
message: '#^Parameter \#6 \$domain of class Wdes\\phpI18nL10n\\Twig\\TranslationNode constructor expects Twig\\Node\\Node\|null, mixed given\.$#'
identifier: argument.type
count: 1
path: src/Twig/TokenParser.php
-
message: '#^Parameter \#7 \$lineno of class Wdes\\phpI18nL10n\\Twig\\TranslationNode constructor expects int, mixed given\.$#'
identifier: argument.type
count: 1
path: src/Twig/TokenParser.php
-
message: '#^Parameter \#8 \$tag of class Wdes\\phpI18nL10n\\Twig\\TranslationNode constructor expects string\|null, mixed given\.$#'
identifier: argument.type
count: 1
path: src/Twig/TokenParser.php
-
message: '#^Method Wdes\\phpI18nL10n\\plugins\\BasePlugin\:\:__construct\(\) has parameter \$options with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: src/plugins/BasePlugin.php
-
message: '#^Method Wdes\\phpI18nL10n\\plugins\\MoReader\:\:__construct\(\) has parameter \$options with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: src/plugins/MoReader.php
-
message: '#^Method Wdes\\phpI18nL10n\\plugins\\MoReader\:\:processRecord\(\) has parameter \$data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: src/plugins/MoReader.php
-
message: '#^Method Wdes\\phpI18nL10n\\plugins\\MoReader\:\:processRecord\(\) has parameter \$msgIds with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: src/plugins/MoReader.php
-
message: '#^Method Wdes\\phpI18nL10n\\plugins\\MoReader\:\:processRecord\(\) has parameter \$msgStrs with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: src/plugins/MoReader.php
-
message: '#^Method Wdes\\phpI18nL10n\\plugins\\MoReader\:\:readInteger\(\) should return int but returns mixed\.$#'
identifier: return.type
count: 1
path: src/plugins/MoReader.php
-
message: '#^Method Wdes\\phpI18nL10n\\plugins\\MoReader\:\:readIntegerList\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: src/plugins/MoReader.php
-
message: '#^Method Wdes\\phpI18nL10n\\plugins\\MoReader\:\:readStringFromTable\(\) has parameter \$table with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: src/plugins/MoReader.php
-
message: '#^Method Wdes\\phpI18nL10n\\plugins\\MoReader\:\:readStringFromTable\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: src/plugins/MoReader.php
-
message: '#^Method Wdes\\phpI18nL10n\\plugins\\MoReader\:\:readTranslations\(\) should return array\<string, string\> but returns array\.$#'
identifier: return.type
count: 1
path: src/plugins/MoReader.php
-
message: '#^Parameter \#2 \$length of function fread expects int\<1, max\>, int given\.$#'
identifier: argument.type
count: 1
path: src/plugins/MoReader.php
-
message: '#^Parameter \#2 \$length of function fread expects int\<1, max\>, mixed given\.$#'
identifier: argument.type
count: 1
path: src/plugins/MoReader.php
-
message: '#^Parameter \#2 \$offset of function fseek expects int, mixed given\.$#'
identifier: argument.type
count: 1
path: src/plugins/MoReader.php
-
message: '#^Parameter \#3 \$table of method Wdes\\phpI18nL10n\\plugins\\MoReader\:\:readStringFromTable\(\) expects array, mixed given\.$#'
identifier: argument.type
count: 2
path: src/plugins/MoReader.php