@@ -36,6 +36,6 @@ |
||
36 | 36 | |
37 | 37 | public function getData() |
38 | 38 | { |
39 | - return $this->data; |
|
39 | + return $this->data; |
|
40 | 40 | } |
41 | 41 | } |
@@ -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 | } |
@@ -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 | } |