Passed
Push — main ( a619f1...d1dc3f )
by Osvaldo
05:24
created
src/pdodatabase/elementos/NombreColumnaJoin.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -33,8 +33,7 @@
 block discarded – undo
33 33
         {
34 34
             $this->_tabla1 = $array[0];
35 35
             $this->_tabla2 = $array[0];
36
-        }
37
-        else
36
+        } else
38 37
         {
39 38
             $this->_tabla1 = $array[0];
40 39
             $this->_tabla2 = $array[1];
Please login to merge, or discard this patch.