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