summaryrefslogtreecommitdiff
path: root/app/Module/NotesTabModule.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/NotesTabModule.php
parent2c55bacfbfed3c49d3f2ac181fb519d24ffe2803 (diff)
downloadwebtrees-13abd6f3a37322f885d85df150e105d27ad81f8d.tar.gz
webtrees-13abd6f3a37322f885d85df150e105d27ad81f8d.tar.bz2
webtrees-13abd6f3a37322f885d85df150e105d27ad81f8d.zip
Code style - short array syntax
Diffstat (limited to 'app/Module/NotesTabModule.php')
-rw-r--r--app/Module/NotesTabModule.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Module/NotesTabModule.php b/app/Module/NotesTabModule.php
index 5fb1e9eaf0..c54e8f750a 100644
--- a/app/Module/NotesTabModule.php
+++ b/app/Module/NotesTabModule.php
@@ -142,7 +142,7 @@ class NotesTabModule extends AbstractModule implements ModuleTabInterface {
}
}
}
- $this->facts = array();
+ $this->facts = [];
foreach ($facts as $fact) {
if (preg_match('/(?:^1|\n\d) NOTE/', $fact->getGedcom())) {
$this->facts[] = $fact;