From 84eba85074891bfa6a718ae413a1d87ced4f28ca Mon Sep 17 00:00:00 2001 From: mattab Date: Tue, 8 Oct 2013 18:31:49 +1300 Subject: Applying phpstorm code style PSR refs #3771 --- plugins/Actions/ArchivingHelper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Actions/ArchivingHelper.php') diff --git a/plugins/Actions/ArchivingHelper.php b/plugins/Actions/ArchivingHelper.php index 8c08171f31..fae4380d68 100644 --- a/plugins/Actions/ArchivingHelper.php +++ b/plugins/Actions/ArchivingHelper.php @@ -506,7 +506,7 @@ class ArchivingHelper { return new Row(array( Row::COLUMNS => - array('label' => DataTable::LABEL_SUMMARY_ROW) + self::getDefaultRowColumns() + array('label' => DataTable::LABEL_SUMMARY_ROW) + self::getDefaultRowColumns() )); } } -- cgit v1.2.3