Completed
Push — master ( ecddc5...a37e12 )
by Daniel
02:21
created
source/MySQLiAdvancedOutput.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -214,7 +214,7 @@  discard block
 block discarded – undo
214 214
 
215 215
     private function getFieldOutputNumericNonFK($fkArray, $value, $iar = [])
216 216
     {
217
-        $query         = $this->sQueryGenericSelectKeyValue([
217
+        $query = $this->sQueryGenericSelectKeyValue([
218 218
             $fkArray[$value['COLUMN_NAME']][1],
219 219
             $fkArray[$value['COLUMN_NAME']][2],
220 220
             $fkArray[$value['COLUMN_NAME']][0],
@@ -254,7 +254,7 @@  discard block
 block discarded – undo
254 254
 
255 255
     private function getFieldOutputTextFK($foreignKeysArray, $value, $iar)
256 256
     {
257
-        $query   = $this->sQueryGenericSelectKeyValue([
257
+        $query = $this->sQueryGenericSelectKeyValue([
258 258
             $foreignKeysArray[$value['COLUMN_NAME']][1],
259 259
             $foreignKeysArray[$value['COLUMN_NAME']][2],
260 260
             $foreignKeysArray[$value['COLUMN_NAME']][0]
@@ -541,7 +541,7 @@  discard block
 block discarded – undo
541 541
 
542 542
     private function handleFeaturesSingle($fieldName, $features, $featureKey)
543 543
     {
544
-        $fMap    = [
544
+        $fMap = [
545 545
             'readonly' => ['readonly', 'class', 'input_readonly'],
546 546
             'disabled' => ['disabled']
547 547
         ];
Please login to merge, or discard this patch.