Skip to content
Snippets Groups Projects
Commit f9afc82e authored by Alexander Purr's avatar Alexander Purr Committed by Dorian Merz
Browse files

refs #16360 [fid] code styling RecordDataFormatterFactory

parent e54250ad
No related merge requests found
......@@ -41,8 +41,14 @@ class RecordDataFormatterFactory extends FincRecordDataFormatterFactory
{
$helper = parent::__invoke();
$helper->setDefaults('fid-acquisition-general', [$this, 'getFidAcquisitionSpecs']);
$helper->setDefaults('fid-acquisition-subito-partial-copy', [$this, 'getFidAcquisitionSubitoPartialCopySpecs']);
$helper->setDefaults(
'fid-acquisition-general',
[$this, 'getFidAcquisitionSpecs']
);
$helper->setDefaults(
'fid-acquisition-subito-partial-copy',
[$this, 'getFidAcquisitionSubitoPartialCopySpecs']
);
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