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