Skip to content

Commit

Permalink
MSS-151: Add missing doc elements
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberwolf committed Apr 27, 2015
1 parent 022b371 commit 3c37d3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/CultureFeed/Cdb/Data/Keyword.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function setVisibility($visible)
}

/**
* @see CultureFeed_Cdb_IElement::appendToDOM()
* @inheritdoc
*/
public function appendToDOM(DOMElement $element)
{
Expand All @@ -90,6 +90,7 @@ public function appendToDOM(DOMElement $element)
}

/**
* @param SimpleXMLElement $xmlElement
* @see CultureFeed_Cdb_IElement::parseFromCdbXml(SimpleXMLElement $xmlElement)
* @return CultureFeed_Cdb_Data_Keyword
*/
Expand Down

0 comments on commit 3c37d3d

Please sign in to comment.