Completed
Pull Request — master (#2)
by Eugene
02:23
created
Services/EmailUpdateConfirmation.php 1 patch
Doc Comments   +5 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,6 +60,10 @@  discard block
 block discarded – undo
60 60
      */
61 61
     private $redirectRoute;
62 62
 
63
+    /**
64
+     * @param string $redirectRoute
65
+     * @param string $mode
66
+     */
63 67
     public function __construct(
64 68
         Router $router,
65 69
         TokenGenerator $tokenGenerator,
@@ -85,7 +89,7 @@  discard block
 block discarded – undo
85 89
     /**
86 90
      * Get $mailer.
87 91
      *
88
-     * @return MailerInterface
92
+     * @return EmailUpdateConfirmationMailerInterface
89 93
      */
90 94
     public function getMailer()
91 95
     {
Please login to merge, or discard this patch.