Passed
Push — main ( 54e4df...1e4bb3 )
by Osvaldo
01:40
created
src/factory/SelectWhere.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -31,11 +31,11 @@
 block discarded – undo
31 31
                     new Campos($array['campos'])
32 32
                 ),
33 33
                 new Where(
34
-                   new SentenciaDeComparacionColumnaOperadorValor(
35
-                       new Columna($array['where'][0]),
36
-                       new Operador($array['where'][1]),
37
-                       new Valor($array['where'][2])
38
-                   ) 
34
+                    new SentenciaDeComparacionColumnaOperadorValor(
35
+                        new Columna($array['where'][0]),
36
+                        new Operador($array['where'][1]),
37
+                        new Valor($array['where'][2])
38
+                    ) 
39 39
                 )
40 40
             )
41 41
         );
Please login to merge, or discard this patch.