app/Http/RequestHandlers/AddSpouseToFamilyPage.php
Method handle
has 30 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function handle(ServerRequestInterface $request): ResponseInterface
{
$tree = Validator::attributes($request)->tree();
$xref = Validator::attributes($request)->isXref()->string('xref');
$sex = Validator::attributes($request)->string('sex');