This commit is contained in:
daraelmin 2022-12-26 22:56:26 +01:00 committed by GitHub
parent 5b40a4a210
commit 5d09076a8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -187,10 +187,10 @@ class AdherentStats extends Stats
/**
* Return count of member by status group by adh type, total and average
*
* @param int $numberYears Years to scan
* @return array Array with total of draft, pending, uptodate, expired, resiliated for each member type
* @param int $numberYears Years to scan
* @return array Array with total of draft, pending, uptodate, expired, resiliated for each member tag
*/
public function countMembersByTagAndStatus($tag_id, $numberYears = 2)
public function countMembersByTagAndStatus($numberYears = 2)
{
global $user;