summaryrefslogtreecommitdiff
path: root/app/Module/BirthDeathMarriageReportModule.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2016-12-23 21:15:42 +0000
committerGreg Roach <fisharebest@gmail.com>2016-12-23 21:15:42 +0000
commit13abd6f3a37322f885d85df150e105d27ad81f8d (patch)
treef023015b458c95273afe5876246adf141de169ca /app/Module/BirthDeathMarriageReportModule.php
parent2c55bacfbfed3c49d3f2ac181fb519d24ffe2803 (diff)
downloadwebtrees-13abd6f3a37322f885d85df150e105d27ad81f8d.tar.gz
webtrees-13abd6f3a37322f885d85df150e105d27ad81f8d.tar.bz2
webtrees-13abd6f3a37322f885d85df150e105d27ad81f8d.zip
Code style - short array syntax
Diffstat (limited to 'app/Module/BirthDeathMarriageReportModule.php')
-rw-r--r--app/Module/BirthDeathMarriageReportModule.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Module/BirthDeathMarriageReportModule.php b/app/Module/BirthDeathMarriageReportModule.php
index 7bfe9113b9..11a158e901 100644
--- a/app/Module/BirthDeathMarriageReportModule.php
+++ b/app/Module/BirthDeathMarriageReportModule.php
@@ -66,7 +66,7 @@ class BirthDeathMarriageReportModule extends AbstractModule implements ModuleRep
$this->getTitle(),
'reportengine.php?ged=' . $WT_TREE->getNameUrl() . '&amp;action=setup&amp;report=' . WT_MODULES_DIR . $this->getName() . '/report.xml',
'menu-report-' . $this->getName(),
- array('rel' => 'nofollow')
+ ['rel' => 'nofollow']
);
}
}