Completed
Pull Request — master (#12)
by
unknown
04:36 queued 01:22
created
Controller/PasswordResetController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
             $handler->handle($command);
38 38
         }
39 39
 
40
-        return [ 'form' => $form->createView(), ];
40
+        return ['form' => $form->createView(), ];
41 41
     }
42 42
 
43 43
     /**
Please login to merge, or discard this patch.