phpdoc tweak
authorChuck Hagenbuch <chuck@horde.org>
Mon, 5 Jan 2009 05:12:24 +0000 (00:12 -0500)
committerChuck Hagenbuch <chuck@horde.org>
Mon, 5 Jan 2009 05:12:24 +0000 (00:12 -0500)
framework/Db/lib/Horde/Db/Adapter/Abstract/Schema.php

index 35778ce..7ca9a0c 100644 (file)
@@ -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