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