From 13abd6f3a37322f885d85df150e105d27ad81f8d Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Fri, 23 Dec 2016 21:15:42 +0000 Subject: Code style - short array syntax --- app/Module/FanChartModule.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Module/FanChartModule.php') diff --git a/app/Module/FanChartModule.php b/app/Module/FanChartModule.php index 24f2afe9aa..25a8819243 100644 --- a/app/Module/FanChartModule.php +++ b/app/Module/FanChartModule.php @@ -66,7 +66,7 @@ class FanChartModule extends AbstractModule implements ModuleChartInterface { $this->getTitle(), 'fanchart.php?rootid=' . $individual->getXref() . '&ged=' . $individual->getTree()->getNameUrl(), 'menu-chart-fanchart', - array('rel' => 'nofollow') + ['rel' => 'nofollow'] ); } else { return null; -- cgit v1.3