@@ -43,8 +43,8 @@ |
||
43 | 43 | public function toArray(): array |
44 | 44 | { |
45 | 45 | return [ |
46 | - 'tenant' => $this->tenantId, |
|
47 | - 'content' => $this->content, |
|
46 | + 'tenant' => $this->tenantId, |
|
47 | + 'content' => $this->content, |
|
48 | 48 | ]; |
49 | 49 | } |
50 | 50 | } |
@@ -160,9 +160,9 @@ |
||
160 | 160 | $resetToken = $this->resetPasswordHelper->generateResetToken($user); |
161 | 161 | } catch (ResetPasswordExceptionInterface $e) { |
162 | 162 | $this->addFlash('reset_password_error', sprintf( |
163 | - 'There was a problem handling your password reset request - %s', |
|
164 | - $e->getReason() |
|
165 | - )); |
|
163 | + 'There was a problem handling your password reset request - %s', |
|
164 | + $e->getReason() |
|
165 | + )); |
|
166 | 166 | |
167 | 167 | return $this->redirectToRoute('swp_user_check_email'); |
168 | 168 | } |