| Total Complexity | 1 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 8 | class AzineEmailUpdateConfirmationMailer extends Mailer implements EmailUpdateConfirmationMailerInterface |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * Send confirmation link to specified new user email. |
||
| 12 | * |
||
| 13 | * @param UserInterface $user |
||
| 14 | * @param string $confirmationUrl |
||
| 15 | * @param string $toEmail |
||
| 16 | */ |
||
| 17 | public function sendUpdateEmailConfirmation(UserInterface $user, $confirmationUrl, $toEmail) |
||
| 28 |