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