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:
@@ -65,7 +65,7 @@ class Sensu extends Transport
|
||||
try {
|
||||
return $this->contactSensu($obj, $sensu_opts);
|
||||
} catch (GuzzleException $e) {
|
||||
return "Sending event to Sensu failed: " . $e->getMessage();
|
||||
return 'Sending event to Sensu failed: ' . $e->getMessage();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user