Completed
Push — master ( a0585d...d359fd )
by Daniel
04:25
created
source/MySQLiByDanielGP.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -358,7 +358,7 @@  discard block
 block discarded – undo
358 358
      */
359 359
     protected function getRowDataFromTable($tableName, $filtersArray)
360 360
     {
361
-        $query   = $this->sQueryRowsFromTable([
361
+        $query = $this->sQueryRowsFromTable([
362 362
             $tableName,
363 363
             $this->setArrayToFilterValues($filtersArray),
364 364
         ]);
@@ -720,7 +720,7 @@  discard block
 block discarded – undo
720 720
                     case 'array_numbered':
721 721
                     case 'array_pairs_key_value':
722 722
                     case 'full_array_key_numbered':
723
-                        $aReturn           = $this->setMySQLquery2ServerByPattern([
723
+                        $aReturn = $this->setMySQLquery2ServerByPattern([
724 724
                             'NoOfColumns' => $result->field_count,
725 725
                             'NoOfRows'    => $result->num_rows,
726 726
                             'QueryResult' => $result,
@@ -730,7 +730,7 @@  discard block
 block discarded – undo
730 730
                         break;
731 731
                     case 'full_array_key_numbered_with_record_number_prefix':
732 732
                     case 'full_array_key_numbered_with_prefix':
733
-                        $aReturn           = $this->setMySQLquery2ServerByPattern([
733
+                        $aReturn = $this->setMySQLquery2ServerByPattern([
734 734
                             'NoOfColumns' => $result->field_count,
735 735
                             'NoOfRows'    => $result->num_rows,
736 736
                             'QueryResult' => $result,
Please login to merge, or discard this patch.
source/DomComponentsByDanielGP.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -411,7 +411,7 @@  discard block
 block discarded – undo
411 411
                                     . $aElements[$rCntr][$value] . '"/>';
412 412
                             break;
413 413
                         case 'edit':
414
-                            $edt           = '';
414
+                            $edt = '';
415 415
                             if (isset($ftrs['NoAjaxEditing'])) {
416 416
                                 $edt .= $_SERVER['PHP_SELF'] . '?' . $actPrfx
417 417
                                         . $action_key . '=' . $value[0] . '&';
@@ -479,7 +479,7 @@  discard block
 block discarded – undo
479 479
                     switch ($value[1]) {
480 480
                         case '/':
481 481
                             // next variable is only to avoid a long line
482
-                            $shorter                 = [
482
+                            $shorter = [
483 483
                                 $aElements[$rCntr][$value[3]],
484 484
                                 $aElements[$rCntr][$value[4]],
485 485
                             ];
@@ -487,7 +487,7 @@  discard block
 block discarded – undo
487 487
                             break;
488 488
                         case '+':
489 489
                             // next variable is only to avoid a long line
490
-                            $iTemp                   = $this->setArrayValuesAsKey([
490
+                            $iTemp = $this->setArrayValuesAsKey([
491 491
                                 $value[0],
492 492
                                 $value[1],
493 493
                                 $value[2]
@@ -846,7 +846,7 @@  discard block
 block discarded – undo
846 846
                                         . filter_var($value, FILTER_SANITIZE_STRING) . '">';
847 847
                                 break;
848 848
                             case 'title':
849
-                                $aFeatures[]                 = '<title>'
849
+                                $aFeatures[] = '<title>'
850 850
                                         . filter_var($value, FILTER_SANITIZE_STRING) . '</title>';
851 851
                                 break;
852 852
                         }
Please login to merge, or discard this patch.
source/CommonBasic.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
58 58
             'Name'                   => $info->getRealPath(),
59 59
             'Type'                   => $info->getType(),
60 60
         ];
61
-        $aDetails          = array_merge($aFileBasicDetails, $this->getFileDetailsRawStatistic($info, $fileGiven));
61
+        $aDetails = array_merge($aFileBasicDetails, $this->getFileDetailsRawStatistic($info, $fileGiven));
62 62
         ksort($aDetails);
63 63
         return $aDetails;
64 64
     }
@@ -214,7 +214,7 @@  discard block
 block discarded – undo
214 214
      */
215 215
     protected function setJsonErrorInPlainEnglish()
216 216
     {
217
-        $knownErrors  = [
217
+        $knownErrors = [
218 218
             JSON_ERROR_NONE           => null,
219 219
             JSON_ERROR_DEPTH          => 'Maximum stack depth exceeded',
220 220
             JSON_ERROR_STATE_MISMATCH => 'Underflow or the modes mismatch',
Please login to merge, or discard this patch.
source/DomCssAndJavascriptByDanielGPwithCDN.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -133,7 +133,7 @@
 block discarded – undo
133 133
             'highcharts' => 'setJavascriptFileCDNforHighCharts',
134 134
             'exporting'  => 'setJavascriptFileCDNforHighChartsExporting',
135 135
         ];
136
-        $rootFN     = pathinfo($sFileParts[0])['basename'];
136
+        $rootFN = pathinfo($sFileParts[0])['basename'];
137 137
         if (array_key_exists($rootFN, $knownFNs)) {
138 138
             return call_user_func([$this, $knownFNs[$rootFN]], pathinfo($jsFileName)['basename']);
139 139
         }
Please login to merge, or discard this patch.
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
             return $this->setStringIntoShortTag('input', $inAdtnl);
178 178
         }
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]
@@ -219,7 +219,7 @@  discard block
 block discarded – undo
219 219
             }
220 220
         }
221 221
         if (isset($foreignKeysArray)) {
222
-            $query   = $this->storedQuery('generic_select_key_value', [
222
+            $query = $this->storedQuery('generic_select_key_value', [
223 223
                 $foreignKeysArray[$value['COLUMN_NAME']][1],
224 224
                 $foreignKeysArray[$value['COLUMN_NAME']][2],
225 225
                 $foreignKeysArray[$value['COLUMN_NAME']][0]
@@ -403,7 +403,7 @@  discard block
 block discarded – undo
403 403
         if (isset($this->advCache['tableFKs'][$database][$tblName])) {
404 404
             foreach ($this->advCache['tableFKs'][$database][$tblName] as $value) {
405 405
                 if ($value['COLUMN_NAME'] == $onlyCol) {
406
-                    $query                  = $this->sQueryMySqlColumns([
406
+                    $query = $this->sQueryMySqlColumns([
407 407
                         'TABLE_SCHEMA' => $value['REFERENCED_TABLE_SCHEMA'],
408 408
                         'TABLE_NAME'   => $value['REFERENCED_TABLE_NAME'],
409 409
                         'DATA_TYPE'    => [
@@ -509,7 +509,7 @@  discard block
 block discarded – undo
509 509
 
510 510
     private function handleFeaturesSingle($fieldName, $features, $featureKey)
511 511
     {
512
-        $fMap    = [
512
+        $fMap = [
513 513
             'readonly' => ['readonly', 'class', 'input_readonly'],
514 514
             'disabled' => ['disabled']
515 515
         ];
@@ -548,7 +548,7 @@  discard block
 block discarded – undo
548 548
                 $sReturn[] = $this->setNeededField($tblSrc, $value, $feat);
549 549
             }
550 550
         }
551
-        $btn[]                = $this->setStringIntoShortTag('input', [
551
+        $btn[] = $this->setStringIntoShortTag('input', [
552 552
             'type'  => 'submit',
553 553
             'id'    => 'submit',
554 554
             'style' => 'margin-left:220px;',
@@ -581,7 +581,7 @@  discard block
 block discarded – undo
581 581
                         'id'    => $key,
582 582
                         'value' => $value,
583 583
                     ]);
584
-                    $sReturn[]   = $this->setStringIntoTag($hiddenInput, 'div');
584
+                    $sReturn[] = $this->setStringIntoTag($hiddenInput, 'div');
585 585
                 }
586 586
             }
587 587
         }
Please login to merge, or discard this patch.