Skip to content

Commit

Permalink
Fix documentation of some methods
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Dec 1, 2015
1 parent c7c2ff4 commit c98fe34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions libraries/properties/options/OptionsPropertyOneItem.php
Expand Up @@ -92,9 +92,9 @@ public function setValues($values)
}

/**
* Gets the type of the newline character
* Gets MySQL documentation pointer
*
* @return string
* @return arrray
*/
public function getDoc()
{
Expand All @@ -104,7 +104,7 @@ public function getDoc()
/**
* Sets the doc
*
* @param string $doc doc
* @param array $doc MySQL documentation pointer
*
* @return void
*/
Expand Down
Expand Up @@ -42,7 +42,7 @@ public function getItemType()
/**
* Gets the subgroup header
*
* @return string
* @return PropertyItem
*/
public function getSubgroupHeader()
{
Expand All @@ -52,7 +52,7 @@ public function getSubgroupHeader()
/**
* Sets the subgroup header
*
* @param string $subgroupHeader subgroup header
* @param PropertyItem $subgroupHeader subgroup header
*
* @return void
*/
Expand Down

0 comments on commit c98fe34

Please sign in to comment.