@@ -64,6 +64,9 @@ |
||
| 64 | 64 | ); |
| 65 | 65 | } |
| 66 | 66 | |
| 67 | + /** |
|
| 68 | + * @param AuthenticationException $exception |
|
| 69 | + */ |
|
| 67 | 70 | private function getTranslatedErrorMessageFromAuthenticationException( |
| 68 | 71 | ?AuthenticationException $exception = null |
| 69 | 72 | ): ?string { |
@@ -108,6 +108,9 @@ |
||
| 108 | 108 | return ['form' => $form->createView()]; |
| 109 | 109 | } |
| 110 | 110 | |
| 111 | + /** |
|
| 112 | + * @param integer $id |
|
| 113 | + */ |
|
| 111 | 114 | private function getFormForId(?int $id = null): Form |
| 112 | 115 | { |
| 113 | 116 | if ($id === null) { |