Passed
Push — main ( 6cdb6f...ad9b5a )
by Osvaldo
05:28
created
src/factory/JoinWhereAndOrderByLimit.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
         {
68 68
             foreach ($value['join'] as $value)
69 69
             {
70
-               array_push($this->_joins, $this->crearJoin($value, $tablaPadre));
70
+                array_push($this->_joins, $this->crearJoin($value, $tablaPadre));
71 71
             }
72 72
 
73 73
             $this->multilplesJoin($value, $value['tabla']);
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
 
64 64
     private function multilplesJoin(array $value, string $tablaPadre): void
65 65
     {
66
-        if(isset($value['join']))
66
+        if (isset($value['join']))
67 67
         {
68 68
             foreach ($value['join'] as $value)
69 69
             {
Please login to merge, or discard this patch.
src/factory/JoinLimit.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
         {
68 68
             foreach ($value['join'] as $value)
69 69
             {
70
-               array_push($this->_joins, $this->crearJoin($value, $tablaPadre));
70
+                array_push($this->_joins, $this->crearJoin($value, $tablaPadre));
71 71
             }
72 72
 
73 73
             $this->multilplesJoin($value, $value['tabla']);
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
 
64 64
     private function multilplesJoin(array $value, string $tablaPadre): void
65 65
     {
66
-        if(isset($value['join']))
66
+        if (isset($value['join']))
67 67
         {
68 68
             foreach ($value['join'] as $value)
69 69
             {
Please login to merge, or discard this patch.
src/factory/JoinWhereBetweenLimit.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
         {
68 68
             foreach ($value['join'] as $value)
69 69
             {
70
-               array_push($this->_joins, $this->crearJoin($value, $tablaPadre));
70
+                array_push($this->_joins, $this->crearJoin($value, $tablaPadre));
71 71
             }
72 72
 
73 73
             $this->multilplesJoin($value, $value['tabla']);
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
 
64 64
     private function multilplesJoin(array $value, string $tablaPadre): void
65 65
     {
66
-        if(isset($value['join']))
66
+        if (isset($value['join']))
67 67
         {
68 68
             foreach ($value['join'] as $value)
69 69
             {
Please login to merge, or discard this patch.
src/factory/JoinWhereOrLimit.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
         {
68 68
             foreach ($value['join'] as $value)
69 69
             {
70
-               array_push($this->_joins, $this->crearJoin($value, $tablaPadre));
70
+                array_push($this->_joins, $this->crearJoin($value, $tablaPadre));
71 71
             }
72 72
 
73 73
             $this->multilplesJoin($value, $value['tabla']);
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
 
64 64
     private function multilplesJoin(array $value, string $tablaPadre): void
65 65
     {
66
-        if(isset($value['join']))
66
+        if (isset($value['join']))
67 67
         {
68 68
             foreach ($value['join'] as $value)
69 69
             {
Please login to merge, or discard this patch.
src/factory/JoinOrderByLimit.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
         {
68 68
             foreach ($value['join'] as $value)
69 69
             {
70
-               array_push($this->_joins, $this->crearJoin($value, $tablaPadre));
70
+                array_push($this->_joins, $this->crearJoin($value, $tablaPadre));
71 71
             }
72 72
 
73 73
             $this->multilplesJoin($value, $value['tabla']);
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
 
64 64
     private function multilplesJoin(array $value, string $tablaPadre): void
65 65
     {
66
-        if(isset($value['join']))
66
+        if (isset($value['join']))
67 67
         {
68 68
             foreach ($value['join'] as $value)
69 69
             {
Please login to merge, or discard this patch.
src/factory/JoinWhereAndLimit.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
         {
68 68
             foreach ($value['join'] as $value)
69 69
             {
70
-               array_push($this->_joins, $this->crearJoin($value, $tablaPadre));
70
+                array_push($this->_joins, $this->crearJoin($value, $tablaPadre));
71 71
             }
72 72
 
73 73
             $this->multilplesJoin($value, $value['tabla']);
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
 
64 64
     private function multilplesJoin(array $value, string $tablaPadre): void
65 65
     {
66
-        if(isset($value['join']))
66
+        if (isset($value['join']))
67 67
         {
68 68
             foreach ($value['join'] as $value)
69 69
             {
Please login to merge, or discard this patch.
src/factory/JoinWhereNotBetweenOrderByLimit.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
         {
68 68
             foreach ($value['join'] as $value)
69 69
             {
70
-               array_push($this->_joins, $this->crearJoin($value, $tablaPadre));
70
+                array_push($this->_joins, $this->crearJoin($value, $tablaPadre));
71 71
             }
72 72
 
73 73
             $this->multilplesJoin($value, $value['tabla']);
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
 
64 64
     private function multilplesJoin(array $value, string $tablaPadre): void
65 65
     {
66
-        if(isset($value['join']))
66
+        if (isset($value['join']))
67 67
         {
68 68
             foreach ($value['join'] as $value)
69 69
             {
Please login to merge, or discard this patch.
src/factory/JoinWhereBetweenOrderByLimit.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
         {
68 68
             foreach ($value['join'] as $value)
69 69
             {
70
-               array_push($this->_joins, $this->crearJoin($value, $tablaPadre));
70
+                array_push($this->_joins, $this->crearJoin($value, $tablaPadre));
71 71
             }
72 72
 
73 73
             $this->multilplesJoin($value, $value['tabla']);
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
 
64 64
     private function multilplesJoin(array $value, string $tablaPadre): void
65 65
     {
66
-        if(isset($value['join']))
66
+        if (isset($value['join']))
67 67
         {
68 68
             foreach ($value['join'] as $value)
69 69
             {
Please login to merge, or discard this patch.
src/factory/JoinOrderBy.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
         {
68 68
             foreach ($value['join'] as $value)
69 69
             {
70
-               array_push($this->_joins, $this->crearJoin($value, $tablaPadre));
70
+                array_push($this->_joins, $this->crearJoin($value, $tablaPadre));
71 71
             }
72 72
 
73 73
             $this->multilplesJoin($value, $value['tabla']);
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
 
64 64
     private function multilplesJoin(array $value, string $tablaPadre): void
65 65
     {
66
-        if(isset($value['join']))
66
+        if (isset($value['join']))
67 67
         {
68 68
             foreach ($value['join'] as $value)
69 69
             {
Please login to merge, or discard this patch.