Skip to content

Commit 5030967

Browse files
jbelienStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 48dfac6 commit 5030967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/AddokTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public function testGeocodeLocalityQuery()
146146
$provider = Addok::withBANServer($this->getHttpClient());
147147
$results = $provider->geocodeQuery(
148148
GeocodeQuery::create('20 avenue Kléber, Paris')->withData('type', Addok::TYPE_LOCALITY)
149-
);
149+
);
150150

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

0 commit comments

Comments
 (0)