@@ -297,7 +297,7 @@ public function createTagsFromField($tags)
297297 }
298298
299299 /**
300- * Method to delete the tag mappings and #__ucm_content record for for an item
300+ * Method to delete the tag mappings and #__ucm_content record for an item
301301 *
302302 * @param TableInterface $table Table object of content table where delete occurred
303303 * @param integer|array $contentItemId ID of the content item. Or an array of key/value pairs with array key
@@ -338,7 +338,7 @@ public function deleteTagData(TableInterface $table, $contentItemId)
338338 * @param integer $id Id of the item to retrieve tags for.
339339 * @param boolean $getTagData If true, data from the tags table will be included, defaults to true.
340340 *
341- * @return array Array of of tag objects
341+ * @return array Array of tag objects
342342 *
343343 * @since 3.1
344344 */
@@ -397,7 +397,7 @@ public function getItemTags($contentType, $id, $getTagData = true)
397397 * @param array $ids Id of the item to retrieve tags for.
398398 * @param boolean $getTagData If true, data from the tags table will be included, defaults to true.
399399 *
400- * @return array Array of of tag objects grouped by Id.
400+ * @return array Array of tag objects grouped by Id.
401401 *
402402 * @since 4.2.0
403403 */
@@ -766,7 +766,7 @@ public function getTagTreeArray($id, &$tagTreeArray = [])
766766 * @param array $selectTypes Optional array of type ids or aliases to limit the results to. Often from a request.
767767 * @param boolean $useAlias If true, the alias is used to match, if false the type_id is used.
768768 *
769- * @return array Array of of types
769+ * @return array Array of types
770770 *
771771 * @since 3.1
772772 */
0 commit comments