From 5fd85e69576c5b4e11d4878d91550f22f874d519 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Wed, 26 May 2010 14:55:47 -0600 Subject: [PATCH] phpdoc --- framework/Db/lib/Horde/Db/Adapter/Base.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/framework/Db/lib/Horde/Db/Adapter/Base.php b/framework/Db/lib/Horde/Db/Adapter/Base.php index a3939398e..8ff8af6b0 100644 --- a/framework/Db/lib/Horde/Db/Adapter/Base.php +++ b/framework/Db/lib/Horde/Db/Adapter/Base.php @@ -383,7 +383,7 @@ abstract class Horde_Db_Adapter_Base * @param string $arg2 If $arg1 contains bound parameters, the query * name. * - * @return Traversable + * @return PDOStatement * @throws Horde_Db_Exception */ public function select($sql, $arg1 = null, $arg2 = null) @@ -515,7 +515,7 @@ abstract class Horde_Db_Adapter_Base * @param string $arg2 If $arg1 contains bound parameters, the query * name. * - * @return Traversable + * @return PDOStatement * @throws Horde_Db_Exception */ public function execute($sql, $arg1 = null, $arg2 = null) @@ -576,7 +576,7 @@ abstract class Horde_Db_Adapter_Base * @param integer $idValue TODO * @param string $sequenceName TODO * - * @return TODO + * @return integer Last inserted ID. * @throws Horde_Db_Exception */ public function insert($sql, $arg1 = null, $arg2 = null, $pk = null, -- 2.11.0