php-googleplaces
php-googleplaces copied to clipboard
types parameter is deprecated
From google : The types parameter is deprecated as of February 16, 2016, replaced by a new type parameter which only supports one type per search request.
Quick fix for this is to remove the 's' on line 157 in GooglePlaces.php
&& !isset($parameters['type']))