summaryrefslogtreecommitdiff
path: root/app/Contracts/SlugFactoryInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Contracts/SlugFactoryInterface.php')
-rw-r--r--app/Contracts/SlugFactoryInterface.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Contracts/SlugFactoryInterface.php b/app/Contracts/SlugFactoryInterface.php
index c3e463a567..5452f98276 100644
--- a/app/Contracts/SlugFactoryInterface.php
+++ b/app/Contracts/SlugFactoryInterface.php
@@ -29,7 +29,7 @@ interface SlugFactoryInterface
/**
* @param GedcomRecord $record
*
- * @return string|null
+ * @return string
*/
- public function make(GedcomRecord $record): ?string;
+ public function make(GedcomRecord $record): string;
}