Completed
Pull Request — master (#1)
by De Cramer
02:40 queued 40s
created
Component/PhpEtl/Builder/Factories/Grouping/SimpleGroupingFactory.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -28,9 +28,9 @@
 block discarded – undo
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
Please login to merge, or discard this patch.