Completed
Push — master ( ef98e6...4ba382 )
by Dominik
03:28 queued 11s
created
EventListener/FlashListener.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -82,6 +82,7 @@
 block discarded – undo
82 82
     /**
83 83
      * @param string$message
84 84
      * @param array $params
85
+     * @param string $message
85 86
      *
86 87
      * @return string
87 88
      */
Please login to merge, or discard this patch.
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.