Completed
Push — master ( 6fec5f...f7f475 )
by Daniel
02:25
created
source/MySQLiAdvancedOutput.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -231,7 +231,7 @@  discard block
 block discarded – undo
231 231
      */
232 232
     private function getFieldOutputNumericNonFK($fkArray, $value, $iar = [])
233 233
     {
234
-        $query         = $this->sQueryGenericSelectKeyValue([
234
+        $query = $this->sQueryGenericSelectKeyValue([
235 235
             $fkArray[$value['COLUMN_NAME']][1],
236 236
             $fkArray[$value['COLUMN_NAME']][2],
237 237
             $fkArray[$value['COLUMN_NAME']][0],
@@ -279,7 +279,7 @@  discard block
 block discarded – undo
279 279
      */
280 280
     private function getFieldOutputTextFK($foreignKeysArray, $value, $iar)
281 281
     {
282
-        $query   = $this->sQueryGenericSelectKeyValue([
282
+        $query = $this->sQueryGenericSelectKeyValue([
283 283
             $foreignKeysArray[$value['COLUMN_NAME']][1],
284 284
             $foreignKeysArray[$value['COLUMN_NAME']][2],
285 285
             $foreignKeysArray[$value['COLUMN_NAME']][0]
Please login to merge, or discard this patch.
source/MySQLiMultipleExecution.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@
 block discarded – undo
127 127
      */
128 128
     private function handleFeaturesSingle($fieldName, $features, $featureKey)
129 129
     {
130
-        $fMap    = [
130
+        $fMap = [
131 131
             'readonly' => ['readonly', 'class', 'input_readonly'],
132 132
             'disabled' => ['disabled']
133 133
         ];
Please login to merge, or discard this patch.