@@ -51,7 +51,7 @@ |
||
51 | 51 | 'label' => false, |
52 | 52 | 'required' => false, |
53 | 53 | 'mapped' => false, |
54 | - 'empty_data' => function (FormInterface $form) { |
|
54 | + 'empty_data' => function(FormInterface $form) { |
|
55 | 55 | return $this->emptyData($form); |
56 | 56 | }, |
57 | 57 | ]); |