@@ -191,7 +191,7 @@ discard block |
||
| 191 | 191 | * @param bool $post |
| 192 | 192 | * @param string $area |
| 193 | 193 | * @param bool $allow_repost |
| 194 | - * @return bool |
|
| 194 | + * @return null|boolean |
|
| 195 | 195 | */ |
| 196 | 196 | |
| 197 | 197 | public function check($post = true, $area = '', $allow_repost = true) |
@@ -362,9 +362,9 @@ discard block |
||
| 362 | 362 | } |
| 363 | 363 | |
| 364 | 364 | /** |
| 365 | - * @param $key_name |
|
| 365 | + * @param string $key_name |
|
| 366 | 366 | * @param $tmp_array |
| 367 | - * @return array |
|
| 367 | + * @return string[] |
|
| 368 | 368 | */ |
| 369 | 369 | |
| 370 | 370 | public function extract_post_recursive($key_name, $tmp_array) |
@@ -82,6 +82,12 @@ discard block |
||
| 82 | 82 | |
| 83 | 83 | // public function MyXoopsGroupPermForm($title, $modid, $permname, $permdesc) |
| 84 | 84 | |
| 85 | + /** |
|
| 86 | + * @param string $title |
|
| 87 | + * @param integer $modid |
|
| 88 | + * @param string $permname |
|
| 89 | + * @param string $permdesc |
|
| 90 | + */ |
|
| 85 | 91 | public function __construct($title, $modid, $permname, $permdesc) |
| 86 | 92 | { |
| 87 | 93 | // $this->XoopsForm($title, 'groupperm_form', XOOPS_URL.'/modules/system/admin/groupperm.php', 'post'); GIJ |
@@ -121,9 +127,9 @@ discard block |
||
| 121 | 127 | * Add appendix |
| 122 | 128 | * |
| 123 | 129 | * @access public |
| 124 | - * @param $permName |
|
| 125 | - * @param $itemId |
|
| 126 | - * @param $itemName |
|
| 130 | + * @param string $permName |
|
| 131 | + * @param integer $itemId |
|
| 132 | + * @param string $itemName |
|
| 127 | 133 | */ |
| 128 | 134 | |
| 129 | 135 | public function addAppendix($permName, $itemId, $itemName) |
@@ -311,7 +317,7 @@ discard block |
||
| 311 | 317 | /** |
| 312 | 318 | * Constructor |
| 313 | 319 | * @param $caption |
| 314 | - * @param $name |
|
| 320 | + * @param string $name |
|
| 315 | 321 | * @param $groupId |
| 316 | 322 | * @param null $values |
| 317 | 323 | */ |
@@ -532,7 +532,7 @@ discard block |
||
| 532 | 532 | * @param $xlim |
| 533 | 533 | * @param $yoff |
| 534 | 534 | * @param $ylim |
| 535 | - * @param $nchunks |
|
| 535 | + * @param double $nchunks |
|
| 536 | 536 | * @return array |
| 537 | 537 | */ |
| 538 | 538 | |
@@ -692,10 +692,10 @@ discard block |
||
| 692 | 692 | * |
| 693 | 693 | * Note that XLIM, YLIM are exclusive bounds. All line numbers are |
| 694 | 694 | * origin-0 and discarded lines are not counted. |
| 695 | - * @param $xoff |
|
| 696 | - * @param $xlim |
|
| 697 | - * @param $yoff |
|
| 698 | - * @param $ylim |
|
| 695 | + * @param integer $xoff |
|
| 696 | + * @param integer $xlim |
|
| 697 | + * @param integer $yoff |
|
| 698 | + * @param integer $ylim |
|
| 699 | 699 | */ |
| 700 | 700 | |
| 701 | 701 | public function _compareseq($xoff, $xlim, $yoff, $ylim) |
@@ -145,10 +145,10 @@ discard block |
||
| 145 | 145 | } |
| 146 | 146 | |
| 147 | 147 | /** |
| 148 | - * @param $xbeg |
|
| 149 | - * @param $xlen |
|
| 150 | - * @param $ybeg |
|
| 151 | - * @param $ylen |
|
| 148 | + * @param integer $xbeg |
|
| 149 | + * @param integer $xlen |
|
| 150 | + * @param integer $ybeg |
|
| 151 | + * @param integer $ylen |
|
| 152 | 152 | * @param $edits |
| 153 | 153 | * @return string |
| 154 | 154 | */ |
@@ -217,7 +217,7 @@ discard block |
||
| 217 | 217 | } |
| 218 | 218 | |
| 219 | 219 | /** |
| 220 | - * @param $header |
|
| 220 | + * @param string $header |
|
| 221 | 221 | * @return string |
| 222 | 222 | */ |
| 223 | 223 | |
@@ -85,7 +85,7 @@ discard block |
||
| 85 | 85 | } |
| 86 | 86 | |
| 87 | 87 | /** |
| 88 | - * @param $lines |
|
| 88 | + * @param string[] $lines |
|
| 89 | 89 | * @param string $prefix |
| 90 | 90 | * @param bool $encode |
| 91 | 91 | * @return string |
@@ -188,8 +188,8 @@ discard block |
||
| 188 | 188 | } |
| 189 | 189 | |
| 190 | 190 | /** |
| 191 | - * @param $string |
|
| 192 | - * @param string $newlineEscape |
|
| 191 | + * @param string $string |
|
| 192 | + * @param string string |
|
| 193 | 193 | * @return array |
| 194 | 194 | */ |
| 195 | 195 | |