From 1989b099bea62694660159d79bfd1cd92c105f19 Mon Sep 17 00:00:00 2001 From: "Jonathan.Wage" Date: Thu, 25 Oct 2007 14:21:25 +0000 Subject: [PATCH] Fixes [ticket:512] --- lib/Doctrine/Record.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Doctrine/Record.php b/lib/Doctrine/Record.php index 859f8765d..2e333d241 100644 --- a/lib/Doctrine/Record.php +++ b/lib/Doctrine/Record.php @@ -714,7 +714,7 @@ abstract class Doctrine_Record extends Doctrine_Record_Abstract implements Count * getTable * returns the table object for this record * - * @return object Doctrine_Table a Doctrine_Table object + * @return Doctrine_Table a Doctrine_Table object */ public function getTable() {