Fix formatting of parameter comments in add_custom_condition

This commit is contained in:
FusionPBX
2026-04-13 11:08:34 -06:00
committed by GitHub
parent 47458764bb
commit 9ec3809f5d
+2 -2
View File
@@ -1089,8 +1089,8 @@ echo "</tr>\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 = '') {