diff options
Diffstat (limited to 'app/Contracts/GedcomRecordFactoryInterface.php')
| -rw-r--r-- | app/Contracts/GedcomRecordFactoryInterface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Contracts/GedcomRecordFactoryInterface.php b/app/Contracts/GedcomRecordFactoryInterface.php index f254422428..d10aba8f60 100644 --- a/app/Contracts/GedcomRecordFactoryInterface.php +++ b/app/Contracts/GedcomRecordFactoryInterface.php @@ -37,7 +37,7 @@ interface GedcomRecordFactoryInterface * * @return GedcomRecord|null */ - public function make(string $xref, Tree $tree, string $gedcom = null): ?GedcomRecord; + public function make(string $xref, Tree $tree, string|null $gedcom = null): ?GedcomRecord; /** * Create a GedcomRecord object from raw GEDCOM data. |
