Passed
Push — master ( f4434f...48dfac )
by Jonathan
07:42
created
Tests/AddokTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -146,7 +146,7 @@
 block discarded – undo
146 146
         $provider = Addok::withBANServer($this->getHttpClient());
147 147
         $results = $provider->geocodeQuery(
148 148
             GeocodeQuery::create('20 avenue Kléber, Paris')->withData('type', Addok::TYPE_LOCALITY)
149
-       );
149
+        );
150 150
 
151 151
         $this->assertInstanceOf('Geocoder\Model\AddressCollection', $results);
152 152
 
Please login to merge, or discard this patch.