diff options
Diffstat (limited to 'app/Module/PedigreeMapModule.php')
| -rw-r--r-- | app/Module/PedigreeMapModule.php | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/app/Module/PedigreeMapModule.php b/app/Module/PedigreeMapModule.php index 0f32ea5194..f8127c4d0b 100644 --- a/app/Module/PedigreeMapModule.php +++ b/app/Module/PedigreeMapModule.php @@ -61,14 +61,22 @@ class PedigreeMapModule extends AbstractModule implements ModuleInterface, Modul private static $map_providers = null; private static $map_selections = null; - /** {@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('Pedigree map'); } - /** {@inheritdoc} */ + /** + * A sentence describing what this module does. + * + * @return string + */ public function description(): string { /* I18N: Description of the “OSM” module */ |
