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