Apply fixes from StyleCI (#13224)

This commit is contained in:
Jellyfrog
2021-09-10 20:09:53 +02:00
committed by GitHub
parent ad52701603
commit 258505ed44
1036 changed files with 1269 additions and 19 deletions

View File

@@ -18,6 +18,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* @link https://www.librenms.org
*
* @copyright 2018 Tony Murray
* @author Tony Murray <murraytony@gmail.com>
*/
@@ -68,6 +69,7 @@ class GoogleMapsApi extends BaseApi implements Geocoder
*
* @param string $address
* @return array
*
* @throws \Exception you may throw an Exception if validation fails
*/
protected function buildGeocodingOptions($address)
@@ -91,6 +93,7 @@ class GoogleMapsApi extends BaseApi implements Geocoder
* @param \Psr\Http\Message\ResponseInterface $response
* @param array $data decoded response data
* @return bool
*
* @throws Exception you may throw an Exception if validation fails
*/
protected function checkResponse($response, $data)