@@ -90,7 +90,7 @@ discard block |
||
90 | 90 | |
91 | 91 | /** |
92 | 92 | * @param $db |
93 | - * @param $type |
|
93 | + * @param string $type |
|
94 | 94 | */ |
95 | 95 | public function __construct(XoopsDatabase $db, $type) |
96 | 96 | { |
@@ -527,7 +527,7 @@ discard block |
||
527 | 527 | } |
528 | 528 | |
529 | 529 | /** |
530 | - * @param $photoName |
|
530 | + * @param string $photoName |
|
531 | 531 | */ |
532 | 532 | public function _largePhotoTreatment($photoName) |
533 | 533 | { |
@@ -568,7 +568,7 @@ discard block |
||
568 | 568 | } |
569 | 569 | |
570 | 570 | /** |
571 | - * @param $photoName |
|
571 | + * @param string $photoName |
|
572 | 572 | * @param null|string $filePath |
573 | 573 | * @param null $mediumFilePath |
574 | 574 | */ |
@@ -652,7 +652,7 @@ discard block |
||
652 | 652 | } |
653 | 653 | |
654 | 654 | /** |
655 | - * @param $photoName |
|
655 | + * @param string $photoName |
|
656 | 656 | * |
657 | 657 | * @return array |
658 | 658 | */ |
@@ -682,7 +682,7 @@ discard block |
||
682 | 682 | } |
683 | 683 | |
684 | 684 | /** |
685 | - * @param $photoName |
|
685 | + * @param string $photoName |
|
686 | 686 | * |
687 | 687 | * @return string |
688 | 688 | */ |
@@ -731,7 +731,7 @@ discard block |
||
731 | 731 | } |
732 | 732 | |
733 | 733 | /** |
734 | - * @param $photoName |
|
734 | + * @param string $photoName |
|
735 | 735 | * |
736 | 736 | * @return float |
737 | 737 | */ |
@@ -895,14 +895,14 @@ discard block |
||
895 | 895 | } |
896 | 896 | |
897 | 897 | /** |
898 | - * @param $catId |
|
898 | + * @param integer $catId |
|
899 | 899 | * @param $dirtyPhotoName |
900 | 900 | * @param string $photoTitle |
901 | 901 | * @param string $photoDesc |
902 | 902 | * @param string $photoExtra |
903 | 903 | * @param string $photoTag |
904 | 904 | * |
905 | - * @return mixed |
|
905 | + * @return boolean |
|
906 | 906 | */ |
907 | 907 | public function addLocalPhoto( |
908 | 908 | $catId, |
@@ -77,7 +77,7 @@ discard block |
||
77 | 77 | |
78 | 78 | /** |
79 | 79 | * @param $db |
80 | - * @param $type |
|
80 | + * @param string $type |
|
81 | 81 | */ |
82 | 82 | public function __construct(XoopsDatabase $db, $type) |
83 | 83 | { |
@@ -109,7 +109,7 @@ discard block |
||
109 | 109 | /** |
110 | 110 | * @param $data |
111 | 111 | * |
112 | - * @return bool |
|
112 | + * @return false|null |
|
113 | 113 | */ |
114 | 114 | public function modifyCat($data) |
115 | 115 | { |
@@ -314,7 +314,7 @@ discard block |
||
314 | 314 | |
315 | 315 | /** |
316 | 316 | * @param $name |
317 | - * @param $selectMode |
|
317 | + * @param string $selectMode |
|
318 | 318 | * @param bool $addEmpty |
319 | 319 | * @param int $selected |
320 | 320 | * @param string $extra |
@@ -368,10 +368,10 @@ discard block |
||
368 | 368 | * @param array $cats |
369 | 369 | * @param string $name |
370 | 370 | * @param string $selectMode |
371 | - * @param $addEmpty |
|
372 | - * @param $selected |
|
373 | - * @param $extra |
|
374 | - * @param $displayWeight |
|
371 | + * @param boolean $addEmpty |
|
372 | + * @param integer $selected |
|
373 | + * @param string $extra |
|
374 | + * @param boolean $displayWeight |
|
375 | 375 | * |
376 | 376 | * @return string |
377 | 377 | */ |
@@ -570,6 +570,7 @@ discard block |
||
570 | 570 | * @param int $id The ID of the current node to process |
571 | 571 | * @param int $level The nlevel to assign to the current node |
572 | 572 | * @param int &$n A reference to the running tally for the n-value |
573 | + * @param integer $n |
|
573 | 574 | */ |
574 | 575 | public function _generateTreeData(&$arr, $id, $level, &$n) |
575 | 576 | { |