Home
last modified time | relevance | path

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

/webtrees/app/Http/RequestHandlers/
H A DCheckTree.php381 * @param string $type1
386 … private function linkErrorMessage(Tree $tree, string $xref, string $type1, string $type2): string argument
389 $type1 = $this->recordType($type1);
392 return I18N::translate('%1$s is a %2$s but a %3$s is expected.', $link, $type1, $type2);
/webtrees/
H A Dphpstan-baseline.neon1690 …message: '#^Parameter \#3 \$type1 of method Fisharebest\\Webtrees\\Http\\RequestHandlers\\CheckTre…