Completed
Pull Request — master (#2)
by Eugene
02:26
created
Services/EmailUpdateConfirmation.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,6 +40,9 @@  discard block
 block discarded – undo
40 40
     private $eventDispatcher;
41 41
     private $redirectRoute;
42 42
 
43
+    /**
44
+     * @param string $redirectRoute
45
+     */
43 46
     public function __construct(
44 47
         Router $router,
45 48
         TokenGenerator $tokenGenerator,
@@ -59,7 +62,7 @@  discard block
 block discarded – undo
59 62
     /**
60 63
      * Get $mailer.
61 64
      *
62
-     * @return MailerInterface
65
+     * @return EmailUpdateConfirmationMailerInterface
63 66
      */
64 67
     public function getMailer()
65 68
     {
Please login to merge, or discard this patch.