From f6e0d4d02a0457c43004389b2359870ec2e4f548 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Fri, 3 Mar 2017 13:34:38 -0500 Subject: [PATCH] Style fix. --- .../VuFind/View/Helper/Root/RecordDataFormatterFactory.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/module/VuFind/src/VuFind/View/Helper/Root/RecordDataFormatterFactory.php b/module/VuFind/src/VuFind/View/Helper/Root/RecordDataFormatterFactory.php index e03388acb4d..13934824dfc 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/RecordDataFormatterFactory.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/RecordDataFormatterFactory.php @@ -48,8 +48,9 @@ class RecordDataFormatterFactory public function __invoke() { $helper = new RecordDataFormatter(); - $helper - ->setDefaults('collection-info', [$this, 'getDefaultCollectionInfoSpecs']); + $helper->setDefaults( + 'collection-info', [$this, 'getDefaultCollectionInfoSpecs'] + ); $helper->setDefaults( 'collection-record', [$this, 'getDefaultCollectionRecordSpecs'] ); -- GitLab