Completed
Push — master ( 067c7c...56a15a )
by Daniel
02:36
created
source/MySQLiAdvancedOutput.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -194,7 +194,7 @@  discard block
 block discarded – undo
194 194
             }
195 195
             return $this->setStringIntoShortTag('input', $inAdtnl);
196 196
         }
197
-        $query         = $this->sQueryGenericSelectKeyValue([
197
+        $query = $this->sQueryGenericSelectKeyValue([
198 198
             $fkArray[$value['COLUMN_NAME']][1],
199 199
             $fkArray[$value['COLUMN_NAME']][2],
200 200
             $fkArray[$value['COLUMN_NAME']][0]
@@ -235,7 +235,7 @@  discard block
 block discarded – undo
235 235
 
236 236
     private function getFieldOutputTextFK($foreignKeysArray, $value, $iar)
237 237
     {
238
-        $query   = $this->storedQuery('generic_select_key_value', [
238
+        $query = $this->storedQuery('generic_select_key_value', [
239 239
             $foreignKeysArray[$value['COLUMN_NAME']][1],
240 240
             $foreignKeysArray[$value['COLUMN_NAME']][2],
241 241
             $foreignKeysArray[$value['COLUMN_NAME']][0]
@@ -523,7 +523,7 @@  discard block
 block discarded – undo
523 523
 
524 524
     private function handleFeaturesSingle($fieldName, $features, $featureKey)
525 525
     {
526
-        $fMap    = [
526
+        $fMap = [
527 527
             'readonly' => ['readonly', 'class', 'input_readonly'],
528 528
             'disabled' => ['disabled']
529 529
         ];
@@ -562,7 +562,7 @@  discard block
 block discarded – undo
562 562
                 $sReturn[] = $this->setNeededField($tblSrc, $value, $feat);
563 563
             }
564 564
         }
565
-        $btn[]                = $this->setStringIntoShortTag('input', [
565
+        $btn[] = $this->setStringIntoShortTag('input', [
566 566
             'type'  => 'submit',
567 567
             'id'    => 'submit',
568 568
             'style' => 'margin-left:220px;',
@@ -595,7 +595,7 @@  discard block
 block discarded – undo
595 595
                         'id'    => $key,
596 596
                         'value' => $value,
597 597
                     ]);
598
-                    $sReturn[]   = $this->setStringIntoTag($hiddenInput, 'div');
598
+                    $sReturn[] = $this->setStringIntoTag($hiddenInput, 'div');
599 599
                 }
600 600
             }
601 601
         }
Please login to merge, or discard this patch.