Home
last modified time | relevance | path

Searched refs:getTotalSexQuery (Results 1 – 2 of 2) sorted by relevance

/webtrees/app/Statistics/Repository/
H A DIndividualRepository.php1402 private function getTotalSexQuery(string $sex): int function in Fisharebest\\Webtrees\\Statistics\\Repository\\IndividualRepository
1417 return $this->getTotalSexQuery('M');
1427 return $this->getTotalSexQuery('F');
1437 return $this->getTotalSexQuery('U');
/webtrees/
H A Dphpstan-baseline.neon8494 …harebest\\Webtrees\\Statistics\\Repository\\IndividualRepository\:\:getTotalSexQuery\(\) should re…