Skip to content

Commit

Permalink
coverage ignores for trust corp
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdavis2001 committed Nov 14, 2024
1 parent c13cfae commit bc3e2a4
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,21 @@ public function getId(): string
return $this->id ?? '';
}

/**
* not called in practice - here to satisfy interface
*
* @codeCoverageIgnore
*/
public function getFirstname(): string
{
return $this->firstname;
}

/**
* not called in practice - here to satisfy interface
*
* @codeCoverageIgnore
*/
public function getMiddlenames(): string
{
return $this->middlenames ?? '';
Expand Down

0 comments on commit bc3e2a4

Please sign in to comment.