summaryrefslogtreecommitdiff
path: root/app/Module/TreesMenuModule.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Module/TreesMenuModule.php')
-rw-r--r--app/Module/TreesMenuModule.php12
1 files changed, 10 insertions, 2 deletions
diff --git a/app/Module/TreesMenuModule.php b/app/Module/TreesMenuModule.php
index 65710d5fb6..5398e17374 100644
--- a/app/Module/TreesMenuModule.php
+++ b/app/Module/TreesMenuModule.php
@@ -29,14 +29,22 @@ class TreesMenuModule extends AbstractModule implements ModuleInterface, ModuleM
{
use ModuleMenuTrait;
- /** {@inheritdoc} */
+ /**
+ * How should this module be labelled on tabs, menus, etc.?
+ *
+ * @return string
+ */
public function title(): string
{
/* I18N: Name of a module */
return I18N::translate('Family trees');
}
- /** {@inheritdoc} */
+ /**
+ * A sentence describing what this module does.
+ *
+ * @return string
+ */
public function description(): string
{
/* I18N: Description of the “Reports” module */