@@ -48,7 +48,7 @@ |
||
| 48 | 48 | 'data_class' => 'Application\Entity\UserEntity', |
| 49 | 49 | 'csrf_protection' => true, |
| 50 | 50 | 'csrf_field_name' => 'csrf_token', |
| 51 | - 'validation_groups' => function () use ($action) { |
|
| 51 | + 'validation_groups' => function() use ($action) { |
|
| 52 | 52 | if ($action == 'reset') { |
| 53 | 53 | return array('resetPasswordReset'); |
| 54 | 54 | } else { |