Merge pull request #21260 from Quatadah/dolicloud-qnasdami-scrutinizer-009

BUG FIX : changing function name to existing one (2)
This commit is contained in:
Laurent Destailleur 2022-06-27 12:23:53 +02:00 committed by GitHub
commit 252215402f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -233,6 +233,12 @@ abstract class Stats
return $data;
}
/**
* @param int $year year number
* @return int value
*/
protected abstract function getAverageByMonth($year);
/**
* Return average of entity by month for several years
*