Completed
Push — master ( e647cd...a0585d )
by Daniel
06:11
created
source/MySQLiAdvancedOutput.php 1 patch
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -176,7 +176,7 @@  discard block
 block discarded – undo
176 176
                 }
177 177
                 $input = $this->setStringIntoShortTag('input', $inAdtnl);
178 178
             } else {
179
-                $query         = $this->sQueryGenericSelectKeyValue([
179
+                $query = $this->sQueryGenericSelectKeyValue([
180 180
                     $fkArray[$value['COLUMN_NAME']][1],
181 181
                     $fkArray[$value['COLUMN_NAME']][2],
182 182
                     $fkArray[$value['COLUMN_NAME']][0]
@@ -223,7 +223,7 @@  discard block
 block discarded – undo
223 223
             }
224 224
         }
225 225
         if (isset($foreignKeysArray)) {
226
-            $query   = $this->storedQuery('generic_select_key_value', [
226
+            $query = $this->storedQuery('generic_select_key_value', [
227 227
                 $foreignKeysArray[$value['COLUMN_NAME']][1],
228 228
                 $foreignKeysArray[$value['COLUMN_NAME']][2],
229 229
                 $foreignKeysArray[$value['COLUMN_NAME']][0]
@@ -235,7 +235,7 @@  discard block
 block discarded – undo
235 235
             if (!is_null($iar)) {
236 236
                 $inAdtnl = array_merge($inAdtnl, $iar);
237 237
             }
238
-            $slct  = [
238
+            $slct = [
239 239
                 'Options' => $this->setQuery2Server($query, 'array_key_value'),
240 240
                 'Value'   => $this->getFieldValue($value),
241 241
             ];
@@ -435,7 +435,7 @@  discard block
 block discarded – undo
435 435
         if (isset($this->advCache['tableFKs'][$database][$tblName])) {
436 436
             foreach ($this->advCache['tableFKs'][$database][$tblName] as $value) {
437 437
                 if ($value['COLUMN_NAME'] == $onlyCol) {
438
-                    $query                  = $this->sQueryMySqlColumns([
438
+                    $query = $this->sQueryMySqlColumns([
439 439
                         'TABLE_SCHEMA' => $value['REFERENCED_TABLE_SCHEMA'],
440 440
                         'TABLE_NAME'   => $value['REFERENCED_TABLE_NAME'],
441 441
                         'DATA_TYPE'    => [
@@ -571,7 +571,7 @@  discard block
 block discarded – undo
571 571
                 $sReturn[] = $this->setNeededField($tblSrc, $value, $feat);
572 572
             }
573 573
         }
574
-        $btn[]                = $this->setStringIntoShortTag('input', [
574
+        $btn[] = $this->setStringIntoShortTag('input', [
575 575
             'type'  => 'submit',
576 576
             'id'    => 'submit',
577 577
             'style' => 'margin-left:220px;',
@@ -604,7 +604,7 @@  discard block
 block discarded – undo
604 604
                         'id'    => $key,
605 605
                         'value' => $value,
606 606
                     ]);
607
-                    $sReturn[]   = $this->setStringIntoTag($hiddenInput, 'div');
607
+                    $sReturn[] = $this->setStringIntoTag($hiddenInput, 'div');
608 608
                 }
609 609
             }
610 610
         }
Please login to merge, or discard this patch.