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