@@ -94,7 +94,7 @@ discard block |
||
| 94 | 94 | /** |
| 95 | 95 | * Get HTML types supported |
| 96 | 96 | * |
| 97 | - * @return array containing HTML type(s) supported |
|
| 97 | + * @return string containing HTML type(s) supported |
|
| 98 | 98 | */ |
| 99 | 99 | public function getHtmlTypes() |
| 100 | 100 | { |
@@ -104,7 +104,7 @@ discard block |
||
| 104 | 104 | /** |
| 105 | 105 | * Set initial text value |
| 106 | 106 | * |
| 107 | - * @param string|array $value is string, set value; value is array then keys are ('type', 'min', 'max') |
|
| 107 | + * @param string $value is string, set value; value is array then keys are ('type', 'min', 'max') |
|
| 108 | 108 | */ |
| 109 | 109 | public function setType($value) |
| 110 | 110 | { |
@@ -28,7 +28,6 @@ discard block |
||
| 28 | 28 | /** |
| 29 | 29 | * Constructor |
| 30 | 30 | * |
| 31 | - * @param int $id ID of the tag, deprecated |
|
| 32 | 31 | */ |
| 33 | 32 | function __construct() |
| 34 | 33 | { |
@@ -532,7 +531,7 @@ discard block |
||
| 532 | 531 | * delete an object as well as links relying on it |
| 533 | 532 | * |
| 534 | 533 | * @access public |
| 535 | - * @param object $object {@link TagTag} |
|
| 534 | + * @param TagTag $object {@link TagTag} |
|
| 536 | 535 | * @param bool $force flag to force the query execution despite security settings |
| 537 | 536 | * @return bool |
| 538 | 537 | */ |
@@ -27,7 +27,6 @@ |
||
| 27 | 27 | * |
| 28 | 28 | * @param array $tags array of tag string |
| 29 | 29 | * OR |
| 30 | - * @param int $itemid |
|
| 31 | 30 | * @param int $catid |
| 32 | 31 | * @param int $modid |
| 33 | 32 | * |
@@ -26,7 +26,7 @@ |
||
| 26 | 26 | * |
| 27 | 27 | * @param array $items is an array containing category and item information |
| 28 | 28 | * |
| 29 | - * @return null |
|
| 29 | + * @return boolean |
|
| 30 | 30 | */ |
| 31 | 31 | function extgallery_tag_iteminfo(&$items) |
| 32 | 32 | { |
@@ -77,7 +77,7 @@ |
||
| 77 | 77 | /** |
| 78 | 78 | * Remove orphan tag-item links |
| 79 | 79 | * |
| 80 | - * @return boolean |
|
| 80 | + * @return boolean|null |
|
| 81 | 81 | * |
| 82 | 82 | */ |
| 83 | 83 | function myalbum0_tag_synchronization($mid) |