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