Completed
Push — master ( f7f475...9b2539 )
by Daniel
02:18
created
source/MySQLiByDanielGPstructures.php 2 patches
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -190,6 +190,8 @@  discard block
 block discarded – undo
190 190
     /**
191 191
      * Return various informations (from predefined list) from the MySQL server
192 192
      *
193
+     * @param string $returnChoice
194
+     * @param string $returnType
193 195
      * @return int|array
194 196
      */
195 197
     private function getMySQLlistMultiple($returnChoice, $returnType, $additionalFeatures = null)
@@ -304,7 +306,7 @@  discard block
 block discarded – undo
304 306
      *
305 307
      * @param array $entryArray
306 308
      * @param string $referenceTable
307
-     * @return array
309
+     * @return string
308 310
      */
309 311
     private function setArrayToFilterValues($entryArray, $referenceTable = '')
310 312
     {
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
      */
65 65
     protected function getFieldOutputTextFK($foreignKeysArray, $value, $iar)
66 66
     {
67
-        $query   = $this->sQueryGenericSelectKeyValue([
67
+        $query = $this->sQueryGenericSelectKeyValue([
68 68
             $foreignKeysArray[$value['COLUMN_NAME']][1],
69 69
             $foreignKeysArray[$value['COLUMN_NAME']][2],
70 70
             $foreignKeysArray[$value['COLUMN_NAME']][0]
Please login to merge, or discard this patch.
source/MySQLiAdvancedOutput.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -231,7 +231,7 @@
 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],
Please login to merge, or discard this patch.