summaryrefslogtreecommitdiff
path: root/app/Contracts/MediaFactoryInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Contracts/MediaFactoryInterface.php')
-rw-r--r--app/Contracts/MediaFactoryInterface.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Contracts/MediaFactoryInterface.php b/app/Contracts/MediaFactoryInterface.php
index b7d32a421d..697fc89ed7 100644
--- a/app/Contracts/MediaFactoryInterface.php
+++ b/app/Contracts/MediaFactoryInterface.php
@@ -37,7 +37,7 @@ interface MediaFactoryInterface extends GedcomRecordFactoryInterface
*
* @return Media|null
*/
- public function make(string $xref, Tree $tree, string $gedcom = null): ?Media;
+ public function make(string $xref, Tree $tree, string|null $gedcom = null): ?Media;
/**
* Create a media object from a row in the database.