Completed
Push — master ( 1aa479...f472f3 )
by Michael
02:12
created
class/utility.php 1 patch
Doc Comments   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -772,7 +772,7 @@  discard block
 block discarded – undo
772 772
      * @param string $art
773 773
      * @param string $_this
774 774
      *
775
-     * @return null
775
+     * @return false|null
776 776
      */
777 777
     public static function getLinkListPageNav($pubrowamount, $start, $art = 'art', $_this = '')
778 778
     {
@@ -796,7 +796,7 @@  discard block
 block discarded – undo
796 796
      * @param string $art
797 797
      * @param string $_this
798 798
      *
799
-     * @return null
799
+     * @return false|null
800 800
      */
801 801
     public static function getLinkListPageNavLeft($pubrowamount, $start, $art = 'art', $_this = '')
802 802
     {
@@ -817,8 +817,8 @@  discard block
 block discarded – undo
817 817
     // Retreive an editor according to the module's option "form_options"
818 818
 
819 819
     /**
820
-     * @param $caption
821
-     * @param $name
820
+     * @param string $caption
821
+     * @param string $name
822 822
      * @param $value
823 823
      *
824 824
      * @return bool|\XoopsFormDhtmlTextArea|\XoopsFormEditor|\XoopsFormFckeditor|\XoopsFormHtmlarea|\XoopsFormTextArea
@@ -986,7 +986,7 @@  discard block
 block discarded – undo
986 986
     /**
987 987
      * @param $countryn
988 988
      *
989
-     * @return mixed
989
+     * @return string
990 990
      */
991 991
     public static function getCountryName($countryn)
992 992
     {
@@ -1367,7 +1367,7 @@  discard block
 block discarded – undo
1367 1367
     }
1368 1368
 
1369 1369
     /**
1370
-     * @param      $url
1370
+     * @param      integer[] $url
1371 1371
      * @param null $length
1372 1372
      * @param int  $init
1373 1373
      *
@@ -1440,9 +1440,9 @@  discard block
 block discarded – undo
1440 1440
     //converts a string into an array of integers containing the numeric value of the char
1441 1441
 
1442 1442
     /**
1443
-     * @param $string
1443
+     * @param string $string
1444 1444
      *
1445
-     * @return mixed
1445
+     * @return integer[]
1446 1446
      */
1447 1447
     public static function strord($string)
1448 1448
     {
@@ -1490,7 +1490,7 @@  discard block
 block discarded – undo
1490 1490
 
1491 1491
     // Check if Tag module is installed
1492 1492
     /**
1493
-     * @return bool
1493
+     * @return null|boolean
1494 1494
      */
1495 1495
     public static function isTagModuleIncluded()
1496 1496
     {
@@ -1527,7 +1527,7 @@  discard block
 block discarded – undo
1527 1527
     // Check if News module is installed
1528 1528
 
1529 1529
     /**
1530
-     * @return bool
1530
+     * @return null|boolean
1531 1531
      */
1532 1532
     public static function isNewsModuleIncluded()
1533 1533
     {
Please login to merge, or discard this patch.