@@ -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 | { |
@@ -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 | { |
@@ -78,7 +78,7 @@ |
||
| 78 | 78 | * Remove orphan tag-item links |
| 79 | 79 | * |
| 80 | 80 | * @param $mid |
| 81 | - * @return bool |
|
| 81 | + * @return boolean|null |
|
| 82 | 82 | */ |
| 83 | 83 | function myalbum0_tag_synchronization($mid) |
| 84 | 84 | { |