8000 Apply StyleCI fix · geocoder-php/Geocoder@8144e51 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8144e51

Browse files
authored
Apply StyleCI fix
1 parent e87c4b4 commit 8144e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Provider/GoogleMapsPlaces/Tests/GoogleMapsPlacesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ public function testReverseGeocodePlaceNearbyProminence()
270270

271271
$query = ReverseQuery::fromCoordinates(-33.892674, 151.200727)
272272
->withData('mode', GoogleMapsPlaces::GEOCODE_MODE_NEARBY)
273-
//->withData('rankby', 'prominence'); // =default
273+
// ->withData('rankby', 'prominence'); // =default
274274
->withData('radius', 500)
275275
;
276276

0 commit comments

Comments
 (0)
0