summaryrefslogtreecommitdiff
path: root/app/Module/CemeteryReportModule.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Module/CemeteryReportModule.php')
-rw-r--r--app/Module/CemeteryReportModule.php12
1 files changed, 10 insertions, 2 deletions
diff --git a/app/Module/CemeteryReportModule.php b/app/Module/CemeteryReportModule.php
index 8e69681c3f..6f58a3ce47 100644
--- a/app/Module/CemeteryReportModule.php
+++ b/app/Module/CemeteryReportModule.php
@@ -28,7 +28,11 @@ class CemeteryReportModule extends AbstractModule implements ModuleInterface, Mo
{
use ModuleReportTrait;
- /** {@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
@@ -36,7 +40,11 @@ class CemeteryReportModule extends AbstractModule implements ModuleInterface, Mo
return I18N::translate('Burials');
}
- /** {@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