Completed
Pull Request — master (#2108)
by
unknown
50:17
created
src/Eccube/Form/Type/Admin/MasterdataDataType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
             ->add('name', 'text', array(
64 64
                 'required' => false,
65 65
             ))
66
-        ->addEventListener(FormEvents::POST_SUBMIT, function (FormEvent $event) use ($app) {
66
+        ->addEventListener(FormEvents::POST_SUBMIT, function(FormEvent $event) use ($app) {
67 67
             $form = $event->getForm();
68 68
             $data = $form->getData();
69 69
             if (strlen($data['id']) && strlen($data['name']) == 0) {
Please login to merge, or discard this patch.