Skip to content

Commit 8144e51

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)