Completed
Push — dev ( f52950...8c0d10 )
by
unknown
05:00 queued 04:55
created
src/AppBundle/Controller/FormRequestController.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -100,6 +100,6 @@
 block discarded – undo
100 100
             Your form request was '.$formRequest->getStatus().'.'
101 101
         );
102 102
 
103
-         return new Response($status);
103
+            return new Response($status);
104 104
     }
105 105
 }
Please login to merge, or discard this patch.