diff --git a/module/VuFind/src/VuFind/View/Helper/Root/RecordDataFormatterFactory.php b/module/VuFind/src/VuFind/View/Helper/Root/RecordDataFormatterFactory.php index 44c58adba32d1a042414f0b8c260b31cfc74cb3f..22dc31ef97df97fde17a16968be8f89f81a424b4 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/RecordDataFormatterFactory.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/RecordDataFormatterFactory.php @@ -48,7 +48,8 @@ class RecordDataFormatterFactory public function __invoke() { $helper = new RecordDataFormatter(); - $helper->setDefaults('collection-info', $this->getDefaultCollectionInfoSpecs()); + $helper + ->setDefaults('collection-info', $this->getDefaultCollectionInfoSpecs()); $helper->setDefaults('core', $this->getDefaultCoreSpecs()); $helper->setDefaults('description', $this->getDefaultDescriptionSpecs()); return $helper;