diff --git a/modules/monitoring/application/forms/Command/Object/DeleteCommentsCommandForm.php b/modules/monitoring/application/forms/Command/Object/DeleteCommentsCommandForm.php index 71886639e..fb8b13099 100644 --- a/modules/monitoring/application/forms/Command/Object/DeleteCommentsCommandForm.php +++ b/modules/monitoring/application/forms/Command/Object/DeleteCommentsCommandForm.php @@ -30,11 +30,11 @@ class DeleteCommentsCommandForm extends CommandForm /** * Set the comments to delete * - * @param array $comments + * @param iterable $comments * * @return $this */ - public function setComments(array $comments) + public function setComments($comments) { $this->comments = $comments; return $this;