-
Notifications
You must be signed in to change notification settings - Fork 109
/
phpstan-baseline.neon
196 lines (158 loc) · 7.6 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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
parameters:
ignoreErrors:
-
message: "#^Parameter \\#1 \\$name of method Geocoder\\\\ProviderAggregator\\:\\:using\\(\\) expects string, mixed given\\.$#"
count: 1
path: src/Command/GeocodeCommand.php
-
message: "#^Parameter \\#1 \\$string of function strtolower expects string, string\\|null given\\.$#"
count: 1
path: src/Command/GeocodeCommand.php
-
message: "#^Parameter \\#1 \\$text of static method Geocoder\\\\Query\\\\GeocodeQuery\\:\\:create\\(\\) expects string, mixed given\\.$#"
count: 1
path: src/Command/GeocodeCommand.php
-
message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
count: 3
path: src/DependencyInjection/BazingaGeocoderExtension.php
-
message: "#^Cannot access offset 'aliases' on mixed\\.$#"
count: 1
path: src/DependencyInjection/BazingaGeocoderExtension.php
-
message: "#^Cannot access offset 'enabled' on mixed\\.$#"
count: 1
path: src/DependencyInjection/BazingaGeocoderExtension.php
-
message: "#^Cannot access offset 'factory' on mixed\\.$#"
count: 5
path: src/DependencyInjection/BazingaGeocoderExtension.php
-
message: "#^Cannot access offset 'id' on mixed\\.$#"
count: 1
path: src/DependencyInjection/BazingaGeocoderExtension.php
-
message: "#^Cannot access offset 'options' on mixed\\.$#"
count: 4
path: src/DependencyInjection/BazingaGeocoderExtension.php
-
message: "#^Cannot access offset 'reference' on mixed\\.$#"
count: 2
path: src/DependencyInjection/BazingaGeocoderExtension.php
-
message: "#^Cannot call static method validate\\(\\) on mixed\\.$#"
count: 1
path: src/DependencyInjection/BazingaGeocoderExtension.php
-
message: "#^Cannot cast mixed to string\\.$#"
count: 1
path: src/DependencyInjection/BazingaGeocoderExtension.php
-
message: "#^Parameter \\#1 \\$alias of method Symfony\\\\Component\\\\DependencyInjection\\\\ContainerBuilder\\:\\:setAlias\\(\\) expects string, mixed given\\.$#"
count: 1
path: src/DependencyInjection/BazingaGeocoderExtension.php
-
message: "#^Parameter \\#1 \\$callback of function array_map expects \\(callable\\(mixed\\)\\: mixed\\)\\|null, Closure\\(string\\)\\: Symfony\\\\Component\\\\DependencyInjection\\\\Reference given\\.$#"
count: 1
path: src/DependencyInjection/BazingaGeocoderExtension.php
-
message: "#^Parameter \\#1 \\$factoryServiceId of static method Bazinga\\\\GeocoderBundle\\\\DependencyInjection\\\\Compiler\\\\FactoryValidatorPass\\:\\:addFactoryServiceId\\(\\) expects string, mixed given\\.$#"
count: 1
path: src/DependencyInjection/BazingaGeocoderExtension.php
-
message: "#^Parameter \\#1 \\$id of class Symfony\\\\Component\\\\DependencyInjection\\\\Reference constructor expects string, mixed given\\.$#"
count: 1
path: src/DependencyInjection/BazingaGeocoderExtension.php
-
message: "#^Parameter \\#1 \\$id of method Symfony\\\\Component\\\\DependencyInjection\\\\ContainerBuilder\\:\\:getDefinition\\(\\) expects string, mixed given\\.$#"
count: 1
path: src/DependencyInjection/BazingaGeocoderExtension.php
-
message: "#^Parameter \\#1 \\$object_or_class of function class_implements expects object\\|string, mixed given\\.$#"
count: 1
path: src/DependencyInjection/BazingaGeocoderExtension.php
-
message: "#^Parameter \\#1 \\$options of method Bazinga\\\\GeocoderBundle\\\\DependencyInjection\\\\BazingaGeocoderExtension\\:\\:findReferences\\(\\) expects array\\<int\\|string, mixed\\>, mixed given\\.$#"
count: 2
path: src/DependencyInjection/BazingaGeocoderExtension.php
-
message: "#^Parameter \\#1 \\$string of function ltrim expects string, mixed given\\.$#"
count: 1
path: src/DependencyInjection/BazingaGeocoderExtension.php
-
message: "#^Parameter \\#2 \\$config of method Bazinga\\\\GeocoderBundle\\\\DependencyInjection\\\\BazingaGeocoderExtension\\:\\:configureProviderPlugins\\(\\) expects array\\<int\\|string, mixed\\>, mixed given\\.$#"
count: 1
path: src/DependencyInjection/BazingaGeocoderExtension.php
-
message: "#^Parameter \\#2 \\.\\.\\.\\$values of function sprintf expects bool\\|float\\|int\\|string\\|null, mixed given\\.$#"
count: 1
path: src/DependencyInjection/BazingaGeocoderExtension.php
-
message: "#^Part \\$providerName \\(mixed\\) of encapsed string cannot be cast to string\\.$#"
count: 1
path: src/DependencyInjection/BazingaGeocoderExtension.php
-
message: "#^Call to an undefined method Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\NodeParentInterface\\:\\:end\\(\\)\\.$#"
count: 2
path: src/DependencyInjection/Configuration.php
-
message: "#^Call to an undefined method Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\NodeParentInterface\\:\\:variableNode\\(\\)\\.$#"
count: 1
path: src/DependencyInjection/Configuration.php
-
message: "#^Call to an undefined method Doctrine\\\\ORM\\\\Event\\\\OnFlushEventArgs\\:\\:getEntityManager\\(\\)\\.$#"
count: 1
path: src/Doctrine/ORM/GeocoderListener.php
-
message: "#^Cannot call method getLatitude\\(\\) on Geocoder\\\\Model\\\\Coordinates\\|null\\.$#"
count: 1
path: src/Doctrine/ORM/GeocoderListener.php
-
message: "#^Cannot call method getLongitude\\(\\) on Geocoder\\\\Model\\\\Coordinates\\|null\\.$#"
count: 1
path: src/Doctrine/ORM/GeocoderListener.php
-
message: "#^Method Bazinga\\\\GeocoderBundle\\\\Mapping\\\\Driver\\\\AnnotationDriver\\:\\:getReflection\\(\\) return type with generic class ReflectionClass does not specify its types\\: T$#"
count: 1
path: src/Mapping/Driver/AnnotationDriver.php
-
message: "#^Method Bazinga\\\\GeocoderBundle\\\\Mapping\\\\Driver\\\\AttributeDriver\\:\\:getReflection\\(\\) return type with generic class ReflectionClass does not specify its types\\: T$#"
count: 1
path: src/Mapping/Driver/AttributeDriver.php
-
message: "#^Parameter \\#1 \\$text of method Geocoder\\\\Query\\\\GeocodeQuery\\:\\:withText\\(\\) expects string, string\\|null given\\.$#"
count: 1
path: src/Plugin/FakeIpPlugin.php
-
message: "#^Parameter \\#2 \\$replace of function str_replace expects array\\|string, string\\|null given\\.$#"
count: 1
path: src/Plugin/FakeIpPlugin.php
-
message: "#^Parameter \\#1 \\$accountId of class GeoIp2\\\\WebService\\\\Client constructor expects int, int\\|null given\\.$#"
count: 1
path: src/ProviderFactory/GeoIP2Factory.php
-
message: "#^Parameter \\#1 \\$filename of class GeoIp2\\\\Database\\\\Reader constructor expects string, string\\|null given\\.$#"
count: 1
path: src/ProviderFactory/GeoIP2Factory.php
-
message: "#^Parameter \\#1 \\$geoIpProvider of class Geocoder\\\\Provider\\\\GeoIP2\\\\GeoIP2Adapter constructor expects GeoIp2\\\\ProviderInterface, GeoIp2\\\\ProviderInterface\\|null given\\.$#"
count: 1
path: src/ProviderFactory/GeoIP2Factory.php
-
message: "#^Parameter \\#2 \\$licenseKey of class GeoIp2\\\\WebService\\\\Client constructor expects string, string\\|null given\\.$#"
count: 1
path: src/ProviderFactory/GeoIP2Factory.php
-
message: "#^Class Geocoder\\\\Provider\\\\Geoip\\\\Geoip not found\\.$#"
count: 1
path: src/ProviderFactory/GeoipFactory.php
-
message: "#^Instantiated class Geocoder\\\\Provider\\\\Geoip\\\\Geoip not found\\.$#"
count: 1
path: src/ProviderFactory/GeoipFactory.php
-
message: "#^Method Bazinga\\\\GeocoderBundle\\\\ProviderFactory\\\\GeoipFactory\\:\\:getProvider\\(\\) should return Geocoder\\\\Provider\\\\Provider but returns Geocoder\\\\Provider\\\\Geoip\\\\Geoip\\.$#"
count: 1
path: src/ProviderFactory/GeoipFactory.php