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

@ -220,11 +220,10 @@ abstract class Stats
}
/**
* @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
* @param int $year year number
* @return int value
*/
protected abstract function getAverageByMonth($year, $format = 0);
protected abstract function getAverageByMonth($year);
/**
* Return average of entity by month for several years