@@ -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 |
@@ -65,6 +65,6 @@ |
||
65 | 65 | } |
66 | 66 | } |
67 | 67 | |
68 | - throw new UnknownOperationException("No compatible factories were found for operation '{$config['operation']}'"); |
|
68 | + throw new UnknownOperationException("No compatible factories were found for operation '{$config['operation']}'"); |
|
69 | 69 | } |
70 | 70 | } |