@@ -23,7 +23,7 @@ |
||
| 23 | 23 | $builder |
| 24 | 24 | ->add('name', ChoiceType::class, [ |
| 25 | 25 | 'choices' => $this->getTemplates($options), |
| 26 | - 'choice_value' => function ($type) use ($options) { |
|
| 26 | + 'choice_value' => function($type) use ($options) { |
|
| 27 | 27 | return $this->getTemplateName($type, $options); |
| 28 | 28 | }, |
| 29 | 29 | ]); |