mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 21:57:16 +02:00
Continued drafting of fullpersonname
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
namespace App\Entity\Source\Combination;
|
||||
|
||||
use App\Entity\Source\Data\Name\FirstNameSourceInterface;
|
||||
use App\Entity\Source\Data\Name\SurnameSourceInterface;
|
||||
|
||||
/**
|
||||
@@ -12,10 +11,6 @@ use App\Entity\Source\Data\Name\SurnameSourceInterface;
|
||||
*/
|
||||
interface FullPersonNameSourceInterface extends CombinationSourceInterface
|
||||
{
|
||||
public function getFirstName(): FirstNameSourceInterface;
|
||||
|
||||
public function setFirstName(FirstNameSourceInterface $name): void;
|
||||
|
||||
public function getSurname(): SurnameSourceInterface;
|
||||
|
||||
public function setSurname(SurnameSourceInterface $name): void;
|
||||
|
Reference in New Issue
Block a user