Completed
Push — develop ( 4e806c...6a553b )
by Agel_Nash
10:03
created
manager/includes/src/Database.php 1 patch
Doc Comments   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -371,7 +371,7 @@  discard block
 block discarded – undo
371 371
 
372 372
     /**
373 373
      * @param $fields
374
-     * @param $table
374
+     * @param string $table
375 375
      * @param string $where
376 376
      * @return bool|mixed|mysqli_result
377 377
      */
@@ -516,7 +516,7 @@  discard block
 block discarded – undo
516 516
     }
517 517
 
518 518
     /**
519
-     * @param $name
519
+     * @param string $name
520 520
      * @param mysqli_result|string $dsq
521 521
      * @return array
522 522
      */
@@ -650,6 +650,9 @@  discard block
 block discarded – undo
650 650
         return $this->conn->server_info;
651 651
     }
652 652
 
653
+    /**
654
+     * @param string $tbl
655
+     */
653 656
     public function getFullTableName($tbl)
654 657
     {
655 658
         return $this->config['dbase'] . ".`" . $this->config['table_prefix'] . $tbl . "`";
Please login to merge, or discard this patch.