| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 6 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 31 | 4 | public function __construct(TranslatorInterface $translator, \Swift_Mailer $mailer, \Twig_Environment $twig, ConfirmationTokenService $confirmationTokenService) |
|
| 32 | { |
||
| 33 | 4 | $this->translator = $translator; |
|
| 34 | 4 | $this->mailer = $mailer; |
|
| 35 | 4 | $this->twig = $twig; |
|
| 36 | 4 | $this->confirmationTokenService = $confirmationTokenService; |
|
| 37 | 4 | } |
|
| 38 | |||
| 63 | } |