Completed
Push — master ( 9f1a25...922242 )
by De Cramer
10s
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.
src/Oliverde8/Component/PhpEtl/ChainBuilder.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,6 +65,6 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.