Completed
Push — master ( b5d02b...a1ff02 )
by
unknown
07:40 queued 03:20
created
src/Controller/HomeController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
             $form = $this->createForm(DocumentType::class, $document);
45 45
             $form->handleRequest($request);
46 46
 
47
-            if($form->isSubmitted() && $form->isValid()) {
47
+            if ($form->isSubmitted() && $form->isValid()) {
48 48
                 $formService->validateForm($document, $form);
49 49
                 return $this->redirect("/");
50 50
             }
Please login to merge, or discard this patch.