From bedd0ed5403c062b0944f9bc85d2aee6da4b59d8 Mon Sep 17 00:00:00 2001 From: Michael Kliewe Date: Sat, 11 Aug 2012 12:29:21 +0200 Subject: [PATCH] added @return where missing fixed @return where wrong fixed @param where wrong in methods: @var -> @param --- src/Table/Table.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Table/Table.php b/src/Table/Table.php index e2ad507..a4c3bf9 100644 --- a/src/Table/Table.php +++ b/src/Table/Table.php @@ -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() { @@ -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() {