Home
last modified time | relevance | path

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

/webtrees/app/
H A DStatistics.php2260 public function commonGivenFemale(string $threshold = '1', string $maxtoshow = '10'): string function in Fisharebest\\Webtrees\\Statistics
2262 return $this->individual_repository->commonGivenFemale((int) $threshold, (int) $maxtoshow);
/webtrees/app/Statistics/Repository/
H A DIndividualRepository.php255 public function commonGivenFemale(int $threshold = 1, int $maxtoshow = 10): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\IndividualRepository
/webtrees/
H A Dphpstan-baseline.neon10108 …harebest\\Webtrees\\Statistics\\Repository\\IndividualRepository\:\:commonGivenFemale\(\) should r…