From 5030967a6cdf6a29c5e9b08c78c2f2ddb68587c0 Mon Sep 17 00:00:00 2001 From: jbelien Date: Tue, 22 Dec 2020 16:47:52 +0000 Subject: [PATCH] Apply fixes from StyleCI --- Tests/AddokTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/AddokTest.php b/Tests/AddokTest.php index ca69150..97b3b6e 100644 --- a/Tests/AddokTest.php +++ b/Tests/AddokTest.php @@ -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);