Skip to content
Snippets Groups Projects
Commit f3fcc3dc authored by Demian Katz's avatar Demian Katz
Browse files

Style fix.

parent 8b4a77ce
No related merge requests found
......@@ -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;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment