예제 #1
0
 /**
  * Returns the best ranked committers (overall commit count)
  *
  * @param string the month-identifier
  */
 public function getAwardsForMonth($month)
 {
     return $this->aggregatedDataPerUserRepository->findBestRankedForMonth($month);
 }