summaryrefslogtreecommitdiff
path: root/app/Module/UserWelcomeModule.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Module/UserWelcomeModule.php')
-rw-r--r--app/Module/UserWelcomeModule.php12
1 files changed, 10 insertions, 2 deletions
diff --git a/app/Module/UserWelcomeModule.php b/app/Module/UserWelcomeModule.php
index 597fe1440a..c8d2b2f4d4 100644
--- a/app/Module/UserWelcomeModule.php
+++ b/app/Module/UserWelcomeModule.php
@@ -31,14 +31,22 @@ class UserWelcomeModule extends AbstractModule implements ModuleInterface, Modul
{
use ModuleBlockTrait;
- /** {@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('My page');
}
- /** {@inheritdoc} */
+ /**
+ * A sentence describing what this module does.
+ *
+ * @return string
+ */
public function description(): string
{
/* I18N: Description of the “My page” module */