Completed
Push — master ( 0e9f14...6ec4df )
by Valentyn
04:01
created
src/Users/Service/SendEmailService.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -82,6 +82,9 @@
 block discarded – undo
82 82
         $this->sendEmail($user->getEmail(), $subject, $body);
83 83
     }
84 84
 
85
+    /**
86
+     * @param string $recipientEmail
87
+     */
85 88
     private function sendEmail($recipientEmail, string $subject, string $body)
86 89
     {
87 90
         $this->logger->info("[MAILER] Trying to send email to {$recipientEmail} with next params:", [
Please login to merge, or discard this patch.