-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
phpstan-baseline.neon
161 lines (130 loc) · 6.2 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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
parameters:
ignoreErrors:
-
message: "#^Parameter \\#1 \\$json of method Ergebnis\\\\Json\\\\Printer\\\\PrinterInterface\\:\\:print\\(\\) expects string, string\\|false given\\.$#"
count: 1
path: src/FormatNormalizer.php
-
message: "#^Casting to string something that's already string\\.$#"
count: 1
path: src/SchemaNormalizer.php
-
message: "#^Method Ergebnis\\\\Json\\\\Normalizer\\\\SchemaNormalizer\\:\\:resolveSchema\\(\\) has parameter \\$data with no type specified\\.$#"
count: 1
path: src/SchemaNormalizer.php
-
message: "#^Parameter \\#1 \\$data of method Ergebnis\\\\Json\\\\Normalizer\\\\SchemaNormalizer\\:\\:normalizeData\\(\\) expects array\\<int, mixed\\>\\|bool\\|float\\|int\\|object\\|string\\|null, mixed given\\.$#"
count: 3
path: src/SchemaNormalizer.php
-
message: "#^Parameter \\#1 \\$encoded of static method Ergebnis\\\\Json\\\\Json\\:\\:fromString\\(\\) expects string, string\\|false given\\.$#"
count: 7
path: src/SchemaNormalizer.php
-
message: "#^Variable property access on object\\.$#"
count: 3
path: src/SchemaNormalizer.php
-
message: "#^Access to an undefined property object\\:\\:\\$conflict\\.$#"
count: 1
path: src/Vendor/Composer/PackageHashNormalizer.php
-
message: "#^Access to an undefined property object\\:\\:\\$provide\\.$#"
count: 1
path: src/Vendor/Composer/PackageHashNormalizer.php
-
message: "#^Access to an undefined property object\\:\\:\\$replace\\.$#"
count: 1
path: src/Vendor/Composer/PackageHashNormalizer.php
-
message: "#^Access to an undefined property object\\:\\:\\$require\\-dev\\.$#"
count: 1
path: src/Vendor/Composer/PackageHashNormalizer.php
-
message: "#^Access to an undefined property object\\:\\:\\$require\\.$#"
count: 1
path: src/Vendor/Composer/PackageHashNormalizer.php
-
message: "#^Access to an undefined property object\\:\\:\\$suggest\\.$#"
count: 1
path: src/Vendor/Composer/PackageHashNormalizer.php
-
message: "#^Anonymous function should return string but returns string\\|null\\.$#"
count: 1
path: src/Vendor/Composer/PackageHashNormalizer.php
-
message: "#^Variable property access on object\\.$#"
count: 1
path: src/Vendor/Composer/PackageHashNormalizer.php
-
message: "#^Access to an undefined property object\\:\\:\\$conflict\\.$#"
count: 1
path: src/Vendor/Composer/VersionConstraintNormalizer.php
-
message: "#^Access to an undefined property object\\:\\:\\$provide\\.$#"
count: 1
path: src/Vendor/Composer/VersionConstraintNormalizer.php
-
message: "#^Access to an undefined property object\\:\\:\\$replace\\.$#"
count: 1
path: src/Vendor/Composer/VersionConstraintNormalizer.php
-
message: "#^Access to an undefined property object\\:\\:\\$require\\-dev\\.$#"
count: 1
path: src/Vendor/Composer/VersionConstraintNormalizer.php
-
message: "#^Access to an undefined property object\\:\\:\\$require\\.$#"
count: 1
path: src/Vendor/Composer/VersionConstraintNormalizer.php
-
message: "#^Method Ergebnis\\\\Json\\\\Normalizer\\\\Vendor\\\\Composer\\\\VersionConstraintNormalizer\\:\\:removeExtraSpaces\\(\\) should return string but returns string\\|null\\.$#"
count: 1
path: src/Vendor/Composer/VersionConstraintNormalizer.php
-
message: "#^Method Ergebnis\\\\Json\\\\Normalizer\\\\Vendor\\\\Composer\\\\VersionConstraintNormalizer\\:\\:removeUselessInlineAliases\\(\\) should return string but returns string\\|null\\.$#"
count: 1
path: src/Vendor/Composer/VersionConstraintNormalizer.php
-
message: "#^Method Ergebnis\\\\Json\\\\Normalizer\\\\Vendor\\\\Composer\\\\VersionConstraintNormalizer\\:\\:splitIntoAndConstraints\\(\\) should return array\\<int, string\\> but returns array\\<int, string\\>\\|false\\.$#"
count: 1
path: src/Vendor/Composer/VersionConstraintNormalizer.php
-
message: "#^Method Ergebnis\\\\Json\\\\Normalizer\\\\Vendor\\\\Composer\\\\VersionConstraintNormalizer\\:\\:splitIntoOrConstraints\\(\\) should return array\\<int, string\\> but returns array\\<int, string\\>\\|false\\.$#"
count: 1
path: src/Vendor/Composer/VersionConstraintNormalizer.php
-
message: "#^Parameter \\#1 \\$callback of function array_map expects \\(callable\\(mixed\\)\\: mixed\\)\\|null, Closure\\(string\\)\\: string given\\.$#"
count: 1
path: src/Vendor/Composer/VersionConstraintNormalizer.php
-
message: "#^Variable property access on object\\.$#"
count: 1
path: src/Vendor/Composer/VersionConstraintNormalizer.php
-
message: "#^Method Ergebnis\\\\Json\\\\Normalizer\\\\Vendor\\\\Composer\\\\WildcardSorter\\:\\:sortPropertyWithWildcard\\(\\) has parameter \\$config with no value type specified in iterable type array\\.$#"
count: 1
path: src/Vendor/Composer/WildcardSorter.php
-
message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertInstanceOf\\(\\) with 'Ergebnis\\\\\\\\Json\\\\\\\\Json' and Ergebnis\\\\Json\\\\Json will always evaluate to true\\.$#"
count: 1
path: test/Unit/Format/DefaultFormatterTest.php
-
message: "#^Parameter \\#1 \\$value of static method Ergebnis\\\\Json\\\\Normalizer\\\\Format\\\\NewLine\\:\\:fromString\\(\\) expects string, mixed given\\.$#"
count: 1
path: test/Unit/Format/DefaultFormatterTest.php
-
message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertSame\\(\\) with array\\{space\\: ' ', tab\\: \"\\\\t\"\\} and array\\{space\\: ' ', tab\\: \"\\\\t\"\\} will always evaluate to true\\.$#"
count: 1
path: test/Unit/Format/IndentTest.php
-
message: "#^Parameter \\#2 \\$style of static method Ergebnis\\\\Json\\\\Normalizer\\\\Format\\\\Indent\\:\\:fromSizeAndStyle\\(\\) expects string, mixed given\\.$#"
count: 1
path: test/Unit/Format/IndentTest.php
-
message: "#^Parameter \\#1 \\$expected of static method Ergebnis\\\\Json\\\\Normalizer\\\\Test\\\\Unit\\\\JsonEncodeNormalizerTest\\:\\:assertJsonStringIdenticalToJsonString\\(\\) expects string, string\\|false given\\.$#"
count: 1
path: test/Unit/JsonEncodeNormalizerTest.php
-
message: "#^Strict comparison using \\=\\=\\= between '' and non\\-empty\\-string will always evaluate to false\\.$#"
count: 1
path: test/Unit/bootstrap.php