Completed
Push — master ( 41e5ad...f2b4de )
by Alexandre
02:39
created
src/AppBundle/Form/Type/MealType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
             ))
61 61
         ;
62 62
 
63
-        $builder->addEventListener(FormEvents::POST_SUBMIT, function (FormEvent $event) {
63
+        $builder->addEventListener(FormEvents::POST_SUBMIT, function(FormEvent $event) {
64 64
             $form = $event->getForm();
65 65
 
66 66
             $meal = $form->getData();
Please login to merge, or discard this patch.