diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2018-08-18 22:28:35 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2018-08-18 22:28:35 +0100 |
| commit | bbb76c12bd7338ebbb054916678efe20cb71ce1f (patch) | |
| tree | d0954bc578030ab69fb0f6bf358ae9278d0453be /app/Module/ResearchTaskModule.php | |
| parent | faffe0b0857786486c95615bb2beac0bed943f35 (diff) | |
| download | webtrees-bbb76c12bd7338ebbb054916678efe20cb71ce1f.tar.gz webtrees-bbb76c12bd7338ebbb054916678efe20cb71ce1f.tar.bz2 webtrees-bbb76c12bd7338ebbb054916678efe20cb71ce1f.zip | |
CodeStyle - comments should not be used in the middle of lines
Diffstat (limited to 'app/Module/ResearchTaskModule.php')
| -rw-r--r-- | app/Module/ResearchTaskModule.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/Module/ResearchTaskModule.php b/app/Module/ResearchTaskModule.php index bf8c016a63..1bad967c89 100644 --- a/app/Module/ResearchTaskModule.php +++ b/app/Module/ResearchTaskModule.php @@ -35,15 +35,15 @@ class ResearchTaskModule extends AbstractModule implements ModuleBlockInterface /** {@inheritdoc} */ public function getTitle() { - return /* I18N: Name of a module. Tasks that need further research. */ - I18N::translate('Research tasks'); + /* I18N: Name of a module. Tasks that need further research. */ + return I18N::translate('Research tasks'); } /** {@inheritdoc} */ public function getDescription() { - return /* I18N: Description of “Research tasks” module */ - I18N::translate('A list of tasks and activities that are linked to the family tree.'); + /* I18N: Description of “Research tasks” module */ + return I18N::translate('A list of tasks and activities that are linked to the family tree.'); } /** |
