@@ -28,9 +28,9 @@ |
||
| 28 | 28 | protected function configureValidator() |
| 29 | 29 | { |
| 30 | 30 | return new Assert\Collection([ |
| 31 | - 'grouping-key' => new Assert\NotBlank(), |
|
| 32 | - 'group-identifier' => new Assert\Optional() |
|
| 33 | - ]); |
|
| 31 | + 'grouping-key' => new Assert\NotBlank(), |
|
| 32 | + 'group-identifier' => new Assert\Optional() |
|
| 33 | + ]); |
|
| 34 | 34 | } |
| 35 | 35 | |
| 36 | 36 | } |
| 37 | 37 | \ No newline at end of file |