Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
added @return where missing
Browse files Browse the repository at this point in the history
fixed @return where wrong
fixed @param where wrong
in methods: @var -> @param
  • Loading branch information
PHPGangsta committed Aug 11, 2012
1 parent 71a0f26 commit bedd0ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Table/Table.php
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ public static function setInputCharset($charset)
/**
* Get the input charset for column contents
*
* @param string $charset
* @return string
*/
public static function getInputCharset()
{
Expand All @@ -294,7 +294,7 @@ public static function setOutputCharset($charset)
/**
* Get the output charset for column contents
*
* @param string $charset
* @return string
*/
public static function getOutputCharset()
{
Expand Down

0 comments on commit bedd0ed

Please sign in to comment.