Completed
Push — master ( 56a15a...550ab7 )
by Daniel
02:08
created
source/MySQLiAdvancedOutput.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -221,7 +221,7 @@  discard block
 block discarded – undo
221 221
             }
222 222
             return $this->setStringIntoShortTag('input', $inAdtnl);
223 223
         }
224
-        $query         = $this->sQueryGenericSelectKeyValue([
224
+        $query = $this->sQueryGenericSelectKeyValue([
225 225
             $fkArray[$value['COLUMN_NAME']][1],
226 226
             $fkArray[$value['COLUMN_NAME']][2],
227 227
             $fkArray[$value['COLUMN_NAME']][0]
@@ -261,7 +261,7 @@  discard block
 block discarded – undo
261 261
 
262 262
     private function getFieldOutputTextFK($foreignKeysArray, $value, $iar)
263 263
     {
264
-        $query   = $this->sQueryGenericSelectKeyValue([
264
+        $query = $this->sQueryGenericSelectKeyValue([
265 265
             $foreignKeysArray[$value['COLUMN_NAME']][1],
266 266
             $foreignKeysArray[$value['COLUMN_NAME']][2],
267 267
             $foreignKeysArray[$value['COLUMN_NAME']][0]
@@ -548,7 +548,7 @@  discard block
 block discarded – undo
548 548
 
549 549
     private function handleFeaturesSingle($fieldName, $features, $featureKey)
550 550
     {
551
-        $fMap    = [
551
+        $fMap = [
552 552
             'readonly' => ['readonly', 'class', 'input_readonly'],
553 553
             'disabled' => ['disabled']
554 554
         ];
@@ -622,7 +622,7 @@  discard block
 block discarded – undo
622 622
                         'id'    => $key,
623 623
                         'value' => $value,
624 624
                     ]);
625
-                    $sReturn[]   = $this->setStringIntoTag($hiddenInput, 'div');
625
+                    $sReturn[] = $this->setStringIntoTag($hiddenInput, 'div');
626 626
                 }
627 627
             }
628 628
         }
Please login to merge, or discard this patch.