From 4e0476f20d9eee02c1a731f573b6071c14c00095 Mon Sep 17 00:00:00 2001 From: pookey Date: Mon, 6 Nov 2006 17:56:41 +0000 Subject: [PATCH] intermediate commit - see my next commit message --- lib/Doctrine/DBStatement.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/Doctrine/DBStatement.php b/lib/Doctrine/DBStatement.php index 386f76bb5..787b09fd0 100644 --- a/lib/Doctrine/DBStatement.php +++ b/lib/Doctrine/DBStatement.php @@ -18,15 +18,15 @@ * and is licensed under the LGPL. For more information, see * . */ -class Doctrine_DBStatement extends PDOStatement { +class Doctrine_DbStatement extends PDOStatement { /** - * @param Doctrine_DB $dbh Doctrine Database Handler + * @param Doctrine_Db $dbh Doctrine Database Handler */ private $dbh; /** - * @param Doctrine_DB $dbh + * @param Doctrine_Db $dbh */ - private function __construct(Doctrine_DB $dbh) { + private function __construct(Doctrine_Db $dbh) { $this->dbh = $dbh; } /**