Passed
Pull Request — master (#11)
by Diego
04:10
created
src/Form/Type/VendorType.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
                 'label' => 'odiseo_sylius_vendor_plugin.form.vendor.email',
41 41
             ])
42 42
             ->add('logoFile', FileType::class, [
43
-                 'label' => 'odiseo_sylius_vendor_plugin.form.vendor.logo',
43
+                    'label' => 'odiseo_sylius_vendor_plugin.form.vendor.logo',
44 44
             ])
45 45
             ->add('channels', ChannelChoiceType::class, [
46 46
                 'required' => false,
Please login to merge, or discard this patch.