@@ -32,8 +32,8 @@ |
||
| 32 | 32 | protected function configureValidator(): Constraint |
| 33 | 33 | { |
| 34 | 34 | return new Assert\Collection([ |
| 35 | - 'grouping-key' => new Assert\NotBlank(), |
|
| 36 | - 'group-identifier' => new Assert\Optional() |
|
| 37 | - ]); |
|
| 35 | + 'grouping-key' => new Assert\NotBlank(), |
|
| 36 | + 'group-identifier' => new Assert\Optional() |
|
| 37 | + ]); |
|
| 38 | 38 | } |
| 39 | 39 | } |