mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Apply fixes from StyleCI (#12124)
This commit is contained in:
@@ -59,10 +59,10 @@ trait GeocodingHelper
|
||||
if ($this->checkResponse($response, $response_data)) {
|
||||
return $this->parseLatLng($response_data);
|
||||
} else {
|
||||
Log::error("Geocoding failed.", ['response' => $response_data]);
|
||||
Log::error('Geocoding failed.', ['response' => $response_data]);
|
||||
}
|
||||
} catch (Exception $e) {
|
||||
Log::error("Geocoding failed: " . $e->getMessage());
|
||||
Log::error('Geocoding failed: ' . $e->getMessage());
|
||||
}
|
||||
|
||||
return [];
|
||||
|
Reference in New Issue
Block a user