Passed
Push — master ( d4a764...3a53eb )
by Dev
14:43
created
src/Admin/MediaAdmin.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
         $formMapper->with('i18n', ['class' => 'col-md-6'])
49 49
             ->add('names', null, [
50 50
                     'required' => false,
51
-                     'help_html' => true, 'help' => 'admin.media.names.help',
51
+                        'help_html' => true, 'help' => 'admin.media.names.help',
52 52
                     'label' => 'admin.media.names.label',
53 53
                     'attr' => ['ismedia' => 1, 'class' => 'col-md-6'],
54 54
             ])
Please login to merge, or discard this patch.