Completed
Push — revert-bc-break ( 3c9bd4 )
by Kamil
05:26
created
src/Sylius/Bundle/ChannelBundle/Form/Type/ChannelType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
                 'label' => 'sylius.form.channel.color',
52 52
                 'required' => false,
53 53
             ])
54
-            ->add('type', ChoiceType::class,[
54
+            ->add('type', ChoiceType::class, [
55 55
                 'label' => 'sylius.form.channel.type',
56 56
                 'required' => false,
57 57
                 'choices' => [
Please login to merge, or discard this patch.