removing useless parameter in abstract method
This commit is contained in:
parent
fc4f5d9af2
commit
10f2501ad2
@ -220,11 +220,10 @@ 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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user