From: Chuck Hagenbuch Date: Mon, 5 Jan 2009 05:12:24 +0000 (-0500) Subject: phpdoc tweak X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d2e5eff4c62acfcdd4c6246a2524a3f213dd8314;p=horde.git phpdoc tweak --- diff --git a/framework/Db/lib/Horde/Db/Adapter/Abstract/Schema.php b/framework/Db/lib/Horde/Db/Adapter/Abstract/Schema.php index 35778ce1a..7ca9a0c1f 100644 --- a/framework/Db/lib/Horde/Db/Adapter/Abstract/Schema.php +++ b/framework/Db/lib/Horde/Db/Adapter/Abstract/Schema.php @@ -242,7 +242,7 @@ abstract class Horde_Db_Adapter_Abstract_Schema * @param string $name * @return array */ - abstract public function tables($name=null); + abstract public function tables($name = null); /** * Returns an array of indexes for the given table. @@ -254,8 +254,9 @@ abstract class Horde_Db_Adapter_Abstract_Schema abstract public function indexes($tableName, $name = null); /** - * Returns an array of Column objects for the table specified by +table_name+. - * See the concrete implementation for details on the expected parameter values. + * Returns an array of Horde_Db_Adapter_Abstract_Column objects for the + * table specified by +table_name+. See the concrete implementation for + * details on the expected parameter values. * * @param string $tableName * @param string $name