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