Completed
Push — develop ( dba6d0...45e39e )
by Agel_Nash
12:14
created
manager/includes/src/Database.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@  discard block
 block discarded – undo
44 44
     }
45 45
 
46 46
     /**
47
-     * @param null $key
47
+     * @param string $key
48 48
      * @return mixed
49 49
      */
50 50
     public function getConfig($key = null)
@@ -380,7 +380,7 @@  discard block
 block discarded – undo
380 380
 
381 381
     /**
382 382
      * @param $fields
383
-     * @param $table
383
+     * @param string $table
384 384
      * @param string $where
385 385
      * @return bool|mixed|mysqli_result
386 386
      */
@@ -525,7 +525,7 @@  discard block
 block discarded – undo
525 525
     }
526 526
 
527 527
     /**
528
-     * @param $name
528
+     * @param string $name
529 529
      * @param mysqli_result|string $dsq
530 530
      * @return array
531 531
      */
@@ -666,7 +666,7 @@  discard block
 block discarded – undo
666 666
     }
667 667
 
668 668
     /**
669
-     * @param $tbl
669
+     * @param string $tbl
670 670
      * @return string
671 671
      */
672 672
     public function getFullTableName($tbl)
Please login to merge, or discard this patch.