Skip to content

Commit 863b928

Browse files
committed
fixer
1 parent 9b32eab commit 863b928

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

poller_functions.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
/**
2929
* Add a host id to each recipient entry in the reboot recipient map.
3030
*
31-
* @param array $reboot_emails Recipient map keyed by email, then host id.
32-
* @param array $alert_emails List of raw email addresses.
33-
* @param int|string $host_id Host id to associate with each recipient.
31+
* @param array $reboot_emails Recipient map keyed by email, then host id.
32+
* @param array $alert_emails List of raw email addresses.
33+
* @param int|string $host_id Host id to associate with each recipient.
3434
*
3535
* @return void
3636
*/
@@ -48,7 +48,7 @@ function monitorAddEmails(array &$reboot_emails, array $alert_emails, mixd $host
4848
* @param array $reboot_emails Recipient map keyed by email, then host id.
4949
* @param int|string|null $notify_list Notification list id.
5050
* @param int|string $host_id Host id to add.
51-
* @param array $notification_lists Map of list id to comma-delimited emails.
51+
* @param array $notification_lists Map of list id to comma-delimited emails.
5252
*
5353
* @return void
5454
*/

0 commit comments

Comments
 (0)