@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -return array ( |
|
| 2 | +return array( |
|
| 3 | 3 | 'forgotyourpassword.email' => 'Email', |
| 4 | 4 | 'forgotyourpassword.enteremail' => 'Tapez votre adresse mail', |
| 5 | 5 | 'forgotyourpassword.submit' => 'Envoyer le mail de récupération du mot de passe', |
@@ -37,7 +37,6 @@ |
||
| 37 | 37 | * |
| 38 | 38 | * @param ForgotYourPasswordDao $forgetYourPasswordDao |
| 39 | 39 | * @param \Swift_Mailer $swiftMailer |
| 40 | - * @param ValueInterface|string $from |
|
| 41 | 40 | */ |
| 42 | 41 | public function __construct(ForgotYourPasswordDao $forgetYourPasswordDao, \Swift_Mailer $swiftMailer, SwiftTwigMailTemplate $mailTemplate, UserService $userService) |
| 43 | 42 | { |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -return array ( |
|
| 2 | +return array( |
|
| 3 | 3 | 'forgotyourpassword.email' => 'Email', |
| 4 | 4 | 'forgotyourpassword.enteremail' => 'Tapez votre adresse mail', |
| 5 | 5 | 'forgotyourpassword.submit' => 'Envoyer le mail de récupération du mot de passe', |