From 6fa428df41eb5ae5fae4402553b1110afe068112 Mon Sep 17 00:00:00 2001 From: Alexandre SPANGARO Date: Thu, 15 Sep 2022 09:30:01 +0200 Subject: [PATCH] Fix comment for parameter --- htdocs/accountancy/class/lettering.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/accountancy/class/lettering.class.php b/htdocs/accountancy/class/lettering.class.php index fdbb3b85ebb..989d591e403 100644 --- a/htdocs/accountancy/class/lettering.class.php +++ b/htdocs/accountancy/class/lettering.class.php @@ -794,10 +794,10 @@ class Lettering extends BookKeeping /** * Get element ids grouped by link or element in common * - * @param array &$link_by_element List of payment ids by link key - * @param array &$element_by_link List of element ids by link key + * @param array $link_by_element List of payment ids by link key + * @param array $element_by_link List of element ids by link key * @param string $link_key Link key (used for recursive function) - * @param array &$current_group Current group (used for recursive function) + * @param array $current_group Current group (used for recursive function) * @return array List of element ids grouped by link or element in common */ public function getGroupElements(&$link_by_element, &$element_by_link, $link_key = '', &$current_group = array())