Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelien authored and StyleCIBot committed Dec 22, 2020
1 parent 48dfac6 commit 5030967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/AddokTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public function testGeocodeLocalityQuery()
$provider = Addok::withBANServer($this->getHttpClient());
$results = $provider->geocodeQuery(
GeocodeQuery::create('20 avenue Kléber, Paris')->withData('type', Addok::TYPE_LOCALITY)
);
);

$this->assertInstanceOf('Geocoder\Model\AddressCollection', $results);

Expand Down

0 comments on commit 5030967

Please sign in to comment.