Apply fixes from StyleCI (#13208)

This commit is contained in:
Jellyfrog
2021-09-08 23:35:56 +02:00
committed by GitHub
parent c6d2385c3a
commit 26b95c0ccc
370 changed files with 1667 additions and 1667 deletions

View File

@@ -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
*/