Completed
Push — master ( b81791...93b50d )
by Dominik
02:35
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   +3 added lines patch added patch discarded remove patch
@@ -43,6 +43,9 @@
 block discarded – undo
43 43
     private $eventDispatcher;
44 44
     private $redirectRoute;
45 45
 
46
+    /**
47
+     * @param string $redirectRoute
48
+     */
46 49
     public function __construct(
47 50
         Router $router,
48 51
         TokenGenerator $tokenGenerator,
Please login to merge, or discard this patch.