Home
last modified time | relevance | path

Searched refs:commonGivenListTotals (Results 1 – 3 of 3) sorted by relevance

/webtrees/app/
H A DStatistics.php2238 public function commonGivenListTotals(string $threshold = '1', string $maxtoshow = '10'): string function in Fisharebest\\Webtrees\\Statistics
2240 … return $this->individual_repository->commonGivenListTotals((int) $threshold, (int) $maxtoshow);
/webtrees/app/Statistics/Repository/
H A DIndividualRepository.php229 public function commonGivenListTotals(int $threshold = 1, int $maxtoshow = 10): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\IndividualRepository
/webtrees/
H A Dphpstan-baseline.neon10144 …rebest\\Webtrees\\Statistics\\Repository\\IndividualRepository\:\:commonGivenListTotals\(\) should…