The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

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

Style fix.

parent 62845802
No related merge requests found
...@@ -48,8 +48,9 @@ class RecordDataFormatterFactory ...@@ -48,8 +48,9 @@ class RecordDataFormatterFactory
public function __invoke() public function __invoke()
{ {
$helper = new RecordDataFormatter(); $helper = new RecordDataFormatter();
$helper $helper->setDefaults(
->setDefaults('collection-info', [$this, 'getDefaultCollectionInfoSpecs']); 'collection-info', [$this, 'getDefaultCollectionInfoSpecs']
);
$helper->setDefaults( $helper->setDefaults(
'collection-record', [$this, 'getDefaultCollectionRecordSpecs'] 'collection-record', [$this, 'getDefaultCollectionRecordSpecs']
); );
......
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