We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cad37ba commit ba4790cCopy full SHA for ba4790c
1 file changed
poller_functions.php
@@ -34,7 +34,7 @@
34
*
35
* @return void
36
*/
37
-function monitorAddEmails(array &$reboot_emails, array $alert_emails, mixd $host_id): void {
+function monitorAddEmails(array &$reboot_emails, array $alert_emails, mixed $host_id): void {
38
if (cacti_sizeof($alert_emails)) {
39
foreach ($alert_emails as $email) {
40
$reboot_emails[trim(strtolower($email))][$host_id] = $host_id;
0 commit comments