Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
SachinAgarwal1337 committed Jun 10, 2016
2 parents 94e2c2d + 078459c commit 8cbe570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PlacesApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ private function prepareNearbySearchParams($location, $radius, $params)
private function prepareRadarSearchParams($location, $radius, $params)
{
$params['location'] = $location;
$prams['radius'] = $radius;
$params['radius'] = $radius;

if (!array_any_keys_exists(['keyword', 'name', '$type'], $params)) {
throw new GooglePlacesApiException("Radar Search require one"
Expand Down

0 comments on commit 8cbe570

Please sign in to comment.