Home
last modified time | relevance | path

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

/webtrees/app/Http/RequestHandlers/
H A DCheckTree.php382 * @param string $type2
386 … private function linkErrorMessage(Tree $tree, string $xref, string $type1, string $type2): string argument
390 $type2 = $this->recordType($type2);
392 return I18N::translate('%1$s is a %2$s but a %3$s is expected.', $link, $type1, $type2);