@@ -291,7 +291,7 @@ discard block |
||
291 | 291 | * |
292 | 292 | * @param string $objectId Object ID |
293 | 293 | * |
294 | - * @return void |
|
294 | + * @return boolean |
|
295 | 295 | */ |
296 | 296 | public function removeAllItemTags($objectId) |
297 | 297 | { |
@@ -404,7 +404,7 @@ discard block |
||
404 | 404 | * |
405 | 405 | * @param string $tag tag |
406 | 406 | * |
407 | - * @return array the altered tag |
|
407 | + * @return string the altered tag |
|
408 | 408 | */ |
409 | 409 | private function appendItemsToTag($tag) |
410 | 410 | { |
@@ -487,7 +487,7 @@ discard block |
||
487 | 487 | /** |
488 | 488 | * Gets the ID from a tag name |
489 | 489 | * |
490 | - * @param $tagName tag name |
|
490 | + * @param string $tagName tag name |
|
491 | 491 | * |
492 | 492 | * @return bool|string either the id or false if it doesn't exist |
493 | 493 | */ |
@@ -614,7 +614,7 @@ discard block |
||
614 | 614 | * |
615 | 615 | * @param string $objectId Object ID |
616 | 616 | * |
617 | - * @return bool|int|string type |
|
617 | + * @return string type |
|
618 | 618 | */ |
619 | 619 | public function getTypeByObjectId($objectId) |
620 | 620 | { |
@@ -664,7 +664,7 @@ discard block |
||
664 | 664 | * |
665 | 665 | * @param string $objectId Object ID |
666 | 666 | * |
667 | - * @return bool|number|string numeric id |
|
667 | + * @return string numeric id |
|
668 | 668 | */ |
669 | 669 | public function getNumericIdByObjectId($objectId) |
670 | 670 | { |