Completed
Push — master ( f7f475...9b2539 )
by Daniel
02:18
created
source/MySQLiByDanielGPstructures.php 1 patch
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.