Passed
Pull Request — master (#3)
by De Cramer
07:09
created
Component/PhpEtl/Builder/Factories/Grouping/SimpleGroupingFactory.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -32,8 +32,8 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.