| Total Complexity | 5 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 23 | final class ChangeEmailVerificationEmailFactory extends AbstractUserEmailFactory |
||
| 24 | { |
||
| 25 | 3 | public function create(AbstractUser $user, array $context = []): ?RawMessage |
|
| 41 | } |
||
| 42 | |||
| 43 | 1 | protected static function getContextKeys(): ?array |
|
| 47 | ]); |
||
| 48 | } |
||
| 49 | |||
| 50 | 1 | protected function getTemplate(): string |
|
| 55 |