From cad69c9e9026306c97d7f7b758022eedaeaac699 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 11 Sep 2016 13:38:15 +0200 Subject: [PATCH] Fix phpcs --- htdocs/core/lib/company.lib.php | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/htdocs/core/lib/company.lib.php b/htdocs/core/lib/company.lib.php index 126d1aa83c9..e6a109d5352 100644 --- a/htdocs/core/lib/company.lib.php +++ b/htdocs/core/lib/company.lib.php @@ -1087,16 +1087,17 @@ function show_actions_todo($conf,$langs,$db,$object,$objcon='',$noprint=0,$actio /** * Show html area with actions done * - * @param Conf $conf Object conf - * @param Translate $langs Object langs - * @param DoliDB $db Object db - * @param Adherent|Societe $object Object third party or member - * @param Contact $objcon Object contact - * @param int $noprint Return string but does not output it - * @return mixed Return html part or void if noprint is 1 - * TODO change function to be able to list event linked to an object. + * @param Conf $conf Object conf + * @param Translate $langs Object langs + * @param DoliDB $db Object db + * @param Adherent|Societe $object Object third party or member + * @param Contact $objcon Object contact + * @param int $noprint Return string but does not output it + * @param string $actioncode Filter on actioncode + * @return mixed Return html part or void if noprint is 1 + * TODO change function to be able to list event linked to an object. */ -function show_actions_done($conf,$langs,$db,$object,$objcon='',$noprint=0,$actioncode='') +function show_actions_done($conf, $langs, $db, $object, $objcon='', $noprint=0, $actioncode='') { global $bc,$user,$conf;