removing useless parameter in abstract method

This commit is contained in:
Quatadah Nasdami 2022-06-23 17:58:18 +02:00
parent fc4f5d9af2
commit 10f2501ad2

View File

@ -221,10 +221,9 @@ abstract class Stats
/** /**
* @param int $year year number * @param int $year year number
* @param int $format 0=Label of abscissa is a translated text, 1=Label of abscissa is month number, 2=Label of abscissa is first letter of month
* @return int value * @return int value
*/ */
protected abstract function getAverageByMonth($year, $format = 0); protected abstract function getAverageByMonth($year);
/** /**
* Return average of entity by month for several years * Return average of entity by month for several years