mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Apply fixes from StyleCI (#13208)
This commit is contained in:
@@ -38,7 +38,7 @@ class GoogleMapsApi extends BaseApi implements Geocoder
|
||||
/**
|
||||
* Get latitude and longitude from geocode response
|
||||
*
|
||||
* @param array $data
|
||||
* @param array $data
|
||||
* @return array
|
||||
*/
|
||||
protected function parseLatLng($data)
|
||||
@@ -52,7 +52,7 @@ class GoogleMapsApi extends BaseApi implements Geocoder
|
||||
/**
|
||||
* Get messages from response.
|
||||
*
|
||||
* @param array $data
|
||||
* @param array $data
|
||||
* @return array
|
||||
*/
|
||||
protected function parseMessages($data)
|
||||
@@ -66,7 +66,7 @@ class GoogleMapsApi extends BaseApi implements Geocoder
|
||||
/**
|
||||
* Build Guzzle request option array
|
||||
*
|
||||
* @param string $address
|
||||
* @param string $address
|
||||
* @return array
|
||||
* @throws \Exception you may throw an Exception if validation fails
|
||||
*/
|
||||
@@ -88,8 +88,8 @@ class GoogleMapsApi extends BaseApi implements Geocoder
|
||||
/**
|
||||
* Checks if the request was a success
|
||||
*
|
||||
* @param \Psr\Http\Message\ResponseInterface $response
|
||||
* @param array $data decoded response data
|
||||
* @param \Psr\Http\Message\ResponseInterface $response
|
||||
* @param array $data decoded response data
|
||||
* @return bool
|
||||
* @throws Exception you may throw an Exception if validation fails
|
||||
*/
|
||||
|
Reference in New Issue
Block a user