From 9ec3809f5d143eb7b425bd670b3057db718382be Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 13 Apr 2026 11:08:34 -0600 Subject: [PATCH] Fix formatting of parameter comments in add_custom_condition --- app/time_conditions/time_condition_edit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/time_conditions/time_condition_edit.php b/app/time_conditions/time_condition_edit.php index 693829519..5e84807ba 100644 --- a/app/time_conditions/time_condition_edit.php +++ b/app/time_conditions/time_condition_edit.php @@ -1089,8 +1089,8 @@ echo "\n"; /** * Adds a custom condition to the given group. * - * @param object $destination The destination object being processed. - * @param int $group_id The ID of the group to which the condition is being added. + * @param object $destination The destination object being processed. + * @param int $group_id The ID of the group to which the condition is being added. * @param string $dialplan_action The dialplan action for the group (optional). */ function add_custom_condition($destination, $group_id, $dialplan_action = '') {