Victor

Results 1 comments of Victor

For example GoogleMaps - https://github.com/geocoder-php/Geocoder/blob/80da39e5b4049e00540564fdfe8c2ac94383b86c/src/Provider/GoogleMaps/GoogleMaps.php#L196 method validateResponse() - https://github.com/geocoder-php/Geocoder/blob/80da39e5b4049e00540564fdfe8c2ac94383b86c/src/Provider/GoogleMaps/GoogleMaps.php#L400 Throw FATAL if json incorrect, please see ``` $json = json_decode($content); // API error if (!isset($json)) { throw InvalidServerResponse::create($url); } if...