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/DescendancyChartModule.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Module/DescendancyChartModule.php') diff --git a/app/Module/DescendancyChartModule.php b/app/Module/DescendancyChartModule.php index f074aa8886..27a59ef9c5 100644 --- a/app/Module/DescendancyChartModule.php +++ b/app/Module/DescendancyChartModule.php @@ -63,7 +63,7 @@ class DescendancyChartModule extends AbstractModule implements ModuleChartInterf $this->getTitle(), 'descendancy.php?rootid=' . $individual->getXref() . '&ged=' . $individual->getTree()->getNameUrl(), 'menu-chart-descendants', - array('rel' => 'nofollow') + ['rel' => 'nofollow'] ); } -- cgit v1.3