| Total Complexity | 5 |
| Total Lines | 33 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 23 | final class VerifyEmailFactory extends AbstractUserEmailFactory |
||
| 24 | { |
||
| 25 | public const MESSAGE_ID_PREFIX = 'ver'; |
||
| 26 | |||
| 27 | public function create(AbstractUser $user, array $context = []): ?RawMessage |
||
| 44 | } |
||
| 45 | |||
| 46 | protected static function getContextKeys(): ?array |
||
| 50 | ]); |
||
| 51 | } |
||
| 52 | |||
| 53 | protected function getTemplate(): string |
||
| 58 |