@@ -149,7 +149,7 @@ |
||
149 | 149 | $provider = Addok::withBANServer($this->getHttpClient(), 'Geocoder PHP/Addok Provider/Addok Test'); |
150 | 150 | $results = $provider->geocodeQuery( |
151 | 151 | GeocodeQuery::create('20 avenue Kléber, Paris')->withData('type', Addok::TYPE_LOCALITY) |
152 | - ); |
|
152 | + ); |
|
153 | 153 | |
154 | 154 | $this->assertInstanceOf('Geocoder\Model\AddressCollection', $results); |
155 | 155 |