Completed
Pull Request — 2.1 (#1171)
by Greg
10:23
created
src/SWP/Bundle/UserBundle/EventListener/FlashListener.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -81,6 +81,7 @@
 block discarded – undo
81 81
 
82 82
     /**
83 83
      * @param string$message
84
+     * @param string $message
84 85
      *
85 86
      * @return string
86 87
      */
Please login to merge, or discard this patch.
src/SWP/Bundle/UserBundle/Mailer/BaseMailer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
     /**
87 87
      * @param string       $renderedTemplate
88 88
      * @param array|string $fromEmail
89
-     * @param array|string $toEmail
89
+     * @param string $toEmail
90 90
      */
91 91
     protected function sendEmailMessage($renderedTemplate, $fromEmail, $toEmail)
92 92
     {
Please login to merge, or discard this patch.