forked from geocoder-php/Geocoder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan-baseline.neon
71 lines (58 loc) · 2.88 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
parameters:
ignoreErrors:
-
message: "#^Static method Geocoder\\\\ProviderAggregator\\:\\:getProvider\\(\\) is unused\\.$#"
count: 1
path: src/Common/ProviderAggregator.php
-
message: "#^Method Geocoder\\\\TimedGeocoder\\:\\:__call\\(\\) has parameter \\$args with no value type specified in iterable type array\\.$#"
count: 1
path: src/Common/TimedGeocoder.php
-
message: "#^Method Geocoder\\\\Provider\\\\Cache\\\\ProviderCache\\:\\:__call\\(\\) has parameter \\$args with no value type specified in iterable type array\\.$#"
count: 1
path: src/Provider/Cache/ProviderCache.php
-
message: "#^Parameter \\#1 \\$locations of class Geocoder\\\\Model\\\\AddressCollection constructor expects array\\<Geocoder\\\\Location\\>, array\\<string, string\\> given\\.$#"
count: 2
path: src/Provider/Chain/Tests/ChainTest.php
-
message: "#^Parameter \\#1 \\$geoIpProvider of class Geocoder\\\\Provider\\\\GeoIP2\\\\GeoIP2Adapter constructor expects GeoIp2\\\\ProviderInterface, PHPUnit\\\\Framework\\\\MockObject\\\\MockObject given\\.$#"
count: 4
path: src/Provider/GeoIP2/Tests/GeoIP2AdapterTest.php
-
message: "#^Access to constant ALL on an unknown class IP2Location\\\\Database\\.$#"
count: 1
path: src/Provider/IP2LocationBinary/IP2LocationBinary.php
-
message: "#^Call to method lookup\\(\\) on an unknown class IP2Location\\\\Database\\.$#"
count: 1
path: src/Provider/IP2LocationBinary/IP2LocationBinary.php
-
message: "#^Instantiated class IP2Location\\\\Database not found\\.$#"
count: 1
path: src/Provider/IP2LocationBinary/IP2LocationBinary.php
-
message: "#^Access to constant FILE_IO on an unknown class IP2Location\\\\Database\\.$#"
count: 1
path: src/Provider/IP2LocationBinary/Tests/IntegrationTest.php
-
message: "#^Access to property \\$[a-zA-Z_]+ on an unknown class GeoIpRecord\\.$#"
count: 10
path: src/Provider/MaxMindBinary/MaxMindBinary.php
-
message: "#^Class GeoIpRecord not found\\.$#"
count: 1
path: src/Provider/MaxMindBinary/MaxMindBinary.php
-
message: "#^Constant GEOIP_STANDARD not found\\.$#"
count: 1
path: src/Provider/MaxMindBinary/MaxMindBinary.php
-
message: "#^Function GeoIP_record_by_addr not found\\.$#"
count: 1
path: src/Provider/MaxMindBinary/MaxMindBinary.php
-
message: "#^Function geoip_(open|close) not found\\.$#"
count: 2
path: src/Provider/MaxMindBinary/MaxMindBinary.php