From 7eee155439ab34a73e649f5359780036775bdae6 Mon Sep 17 00:00:00 2001 From: Alexandre SPANGARO Date: Sun, 2 Dec 2018 14:07:38 +0100 Subject: [PATCH] Correct documentation --- htdocs/core/class/fiscalyear.class.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/htdocs/core/class/fiscalyear.class.php b/htdocs/core/class/fiscalyear.class.php index 5978a2ca8b7..e49cfe31938 100644 --- a/htdocs/core/class/fiscalyear.class.php +++ b/htdocs/core/class/fiscalyear.class.php @@ -365,9 +365,9 @@ class Fiscalyear extends CommonObject /** * Return the number of entries by fiscal year * - * @param int $year Year to scan - * @param int $format 0=Label of absiss is a translated text, 1=Label of absiss is month number, 2=Label of absiss is first letter of month - * @return array Array of values + * @param int $datestart Date start to scan + * @param int $dateend Date end to scan + * @return string Number of entries */ function getAccountancyEntriesByFiscalYear($datestart, $dateend) { @@ -391,9 +391,9 @@ class Fiscalyear extends CommonObject /** * Return the number of movements by fiscal year * - * @param string $year Year to scan - * @param int $format 0=Label of absiss is a translated text, 1=Label of absiss is month number, 2=Label of absiss is first letter of month - * @return array Array of values + * @param int $datestart Date start to scan + * @param int $dateend Date end to scan + * @return string Number of movements */ function getAccountancyMovementsByFiscalYear($datestart, $dateend) {