Merge pull request #21260 from Quatadah/dolicloud-qnasdami-scrutinizer-009
BUG FIX : changing function name to existing one (2)
This commit is contained in:
commit
252215402f
@ -233,6 +233,12 @@ abstract class Stats
|
|||||||
return $data;
|
return $data;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param int $year year number
|
||||||
|
* @return int value
|
||||||
|
*/
|
||||||
|
protected abstract function getAverageByMonth($year);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return average of entity by month for several years
|
* Return average of entity by month for several years
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user