summaryrefslogtreecommitdiff
path: root/app/Module/FamilyTreeStatisticsModule.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2016-06-05 18:34:42 +0100
committerGreg Roach <fisharebest@gmail.com>2016-06-05 18:34:42 +0100
commit6664b4a34cf6b2d1fc123cfb8f05bb5dda4a7f25 (patch)
tree8296df0885806074e6c0a864802f757ffdb526ae /app/Module/FamilyTreeStatisticsModule.php
parentece14c4a4e8daa34ae09a7db6f1274f9818fc40c (diff)
downloadwebtrees-6664b4a34cf6b2d1fc123cfb8f05bb5dda4a7f25.tar.gz
webtrees-6664b4a34cf6b2d1fc123cfb8f05bb5dda4a7f25.tar.bz2
webtrees-6664b4a34cf6b2d1fc123cfb8f05bb5dda4a7f25.zip
CodeStyle
Diffstat (limited to 'app/Module/FamilyTreeStatisticsModule.php')
-rw-r--r--app/Module/FamilyTreeStatisticsModule.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Module/FamilyTreeStatisticsModule.php b/app/Module/FamilyTreeStatisticsModule.php
index 3e0684f5e8..b012bbc935 100644
--- a/app/Module/FamilyTreeStatisticsModule.php
+++ b/app/Module/FamilyTreeStatisticsModule.php
@@ -31,7 +31,7 @@ use Fisharebest\Webtrees\Theme;
class FamilyTreeStatisticsModule extends AbstractModule implements ModuleBlockInterface {
/** Show this number of surnames by default */
const DEFAULT_NUMBER_OF_SURNAMES = 10;
-
+
/** {@inheritdoc} */
public function getTitle() {
return /* I18N: Name of a module */ I18N::translate('Statistics');