diff options
Diffstat (limited to 'app/Contracts/FamilyFactoryInterface.php')
| -rw-r--r-- | app/Contracts/FamilyFactoryInterface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Contracts/FamilyFactoryInterface.php b/app/Contracts/FamilyFactoryInterface.php index 93c1d5356d..d543d94171 100644 --- a/app/Contracts/FamilyFactoryInterface.php +++ b/app/Contracts/FamilyFactoryInterface.php @@ -37,7 +37,7 @@ interface FamilyFactoryInterface extends GedcomRecordFactoryInterface * * @return Family|null */ - public function make(string $xref, Tree $tree, string $gedcom = null): ?Family; + public function make(string $xref, Tree $tree, string|null $gedcom = null): ?Family; /** * Create a Family object from a row in the database. |
