diff --git a/poller_functions.php b/poller_functions.php index df0c822..3080177 100644 --- a/poller_functions.php +++ b/poller_functions.php @@ -34,7 +34,7 @@ * * @return void */ -function monitorAddEmails(array &$reboot_emails, array $alert_emails, mixd $host_id): void { +function monitorAddEmails(array &$reboot_emails, array $alert_emails, mixed $host_id): void { if (cacti_sizeof($alert_emails)) { foreach ($alert_emails as $email) { $reboot_emails[trim(strtolower($email))][$host_id] = $host_id;