summaryrefslogtreecommitdiff
path: root/app/Module/ChangeReportModule.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Module/ChangeReportModule.php')
-rw-r--r--app/Module/ChangeReportModule.php12
1 files changed, 10 insertions, 2 deletions
diff --git a/app/Module/ChangeReportModule.php b/app/Module/ChangeReportModule.php
index c7890eda48..e2fd5d9370 100644
--- a/app/Module/ChangeReportModule.php
+++ b/app/Module/ChangeReportModule.php
@@ -32,7 +32,11 @@ class ChangeReportModule extends AbstractModule implements ModuleInterface, Modu
/** @var int The default access level for this module. It can be changed in the control panel. */
protected $access_level = Auth::PRIV_USER;
- /** {@inheritdoc} */
+ /**
+ * How should this module be labelled on tabs, menus, etc.?
+ *
+ * @return string
+ */
public function title(): string
{
// This text also appears in the .XML file - update both together
@@ -40,7 +44,11 @@ class ChangeReportModule extends AbstractModule implements ModuleInterface, Modu
return I18N::translate('Changes');
}
- /** {@inheritdoc} */
+ /**
+ * A sentence describing what this module does.
+ *
+ * @return string
+ */
public function description(): string
{
// This text also appears in the .XML file - update both together