@@ -43,7 +43,7 @@  | 
                                                    ||
| 43 | 43 | $builder  | 
                                                        
| 44 | 44 |              ->add($builder->create('type', ChoiceType::class, [ | 
                                                        
| 45 | 45 | 'choices' => array_combine(  | 
                                                        
| 46 | -                    array_map(function ($choice) use ($options) { | 
                                                        |
| 46 | +                    array_map(function($choice) use ($options) { | 
                                                        |
| 47 | 47 | return $options['label_prefix'].'.type.'.$choice;  | 
                                                        
| 48 | 48 | }, $choices = DateTimeType::getTypes()),  | 
                                                        
| 49 | 49 | $choices  |