summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2019-02-02 18:29:47 +0000
committerGitHub <noreply@github.com>2019-02-02 18:29:47 +0000
commit6a6f45a9523a245efc76397cfc12528150bfc813 (patch)
tree5003af90610d09ba76296f79f1913f8c67e7f330
parent722db52b03eb5ed0dc58fe21317f538dc6b93d7a (diff)
downloadwebtrees-6a6f45a9523a245efc76397cfc12528150bfc813.tar.gz
webtrees-6a6f45a9523a245efc76397cfc12528150bfc813.tar.bz2
webtrees-6a6f45a9523a245efc76397cfc12528150bfc813.zip
Apply fixes from StyleCI (#2178)
-rw-r--r--app/Module/ExtraInformationModule.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Module/ExtraInformationModule.php b/app/Module/ExtraInformationModule.php
index 00ff0228f1..44656187c5 100644
--- a/app/Module/ExtraInformationModule.php
+++ b/app/Module/ExtraInformationModule.php
@@ -119,5 +119,5 @@ class ExtraInformationModule extends AbstractModule implements ModuleSidebarInte
public function showFact(Fact $fact)
{
return in_array($fact->getTag(), static::FACTS_TO_SHOW);
- }
+ }
}