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:
@@ -89,8 +89,8 @@ class Discord extends Transport
|
||||
$code = curl_getinfo($curl, CURLINFO_HTTP_CODE);
|
||||
if ($code != 204) {
|
||||
var_dump("API '$host' returned Error"); //FIXME: propper debuging
|
||||
var_dump("Params: " . $alert_message); //FIXME: propper debuging
|
||||
var_dump("Return: " . $ret); //FIXME: propper debuging
|
||||
var_dump('Params: ' . $alert_message); //FIXME: propper debuging
|
||||
var_dump('Return: ' . $ret); //FIXME: propper debuging
|
||||
|
||||
return 'HTTP Status code ' . $code;
|
||||
}
|
||||
|
Reference in New Issue
Block a user