Correct documentation

This commit is contained in:
Alexandre SPANGARO 2018-12-02 14:07:38 +01:00
parent 088c002ed1
commit 7eee155439

View File

@ -365,9 +365,9 @@ class Fiscalyear extends CommonObject
/** /**
* Return the number of entries by fiscal year * Return the number of entries by fiscal year
* *
* @param int $year Year to scan * @param int $datestart Date start 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 * @param int $dateend Date end to scan
* @return array Array of values * @return string Number of entries
*/ */
function getAccountancyEntriesByFiscalYear($datestart, $dateend) function getAccountancyEntriesByFiscalYear($datestart, $dateend)
{ {
@ -391,9 +391,9 @@ class Fiscalyear extends CommonObject
/** /**
* Return the number of movements by fiscal year * Return the number of movements by fiscal year
* *
* @param string $year Year to scan * @param int $datestart Date start 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 * @param int $dateend Date end to scan
* @return array Array of values * @return string Number of movements
*/ */
function getAccountancyMovementsByFiscalYear($datestart, $dateend) function getAccountancyMovementsByFiscalYear($datestart, $dateend)
{ {