Completed
Push — master ( 1a264b...a57bf8 )
by Beñat
02:37
created
LIN3S/CMSKernel/Infrastructure/Symfony/Form/Type/TemplateSelectorType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
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
             ]);
Please login to merge, or discard this patch.