We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e87c4b4 commit 8144e51Copy full SHA for 8144e51
src/Provider/GoogleMapsPlaces/Tests/GoogleMapsPlacesTest.php
@@ -270,7 +270,7 @@ public function testReverseGeocodePlaceNearbyProminence()
270
271
$query = ReverseQuery::fromCoordinates(-33.892674, 151.200727)
272
->withData('mode', GoogleMapsPlaces::GEOCODE_MODE_NEARBY)
273
- //->withData('rankby', 'prominence'); // =default
+ // ->withData('rankby', 'prominence'); // =default
274
->withData('radius', 500)
275
;
276
0 commit comments