diff --git a/lib/Doctrine/Record.php b/lib/Doctrine/Record.php index 14f9d0642..7e672aac1 100644 --- a/lib/Doctrine/Record.php +++ b/lib/Doctrine/Record.php @@ -665,8 +665,10 @@ abstract class Doctrine_Record extends Doctrine_Record_Abstract implements Count * refresh * refres data of related objects from the database * - * @param string $name name of a related component. - * if set, this method only refreshes the specified related component + * @param string $name name of a related component. + * if set, this method only refreshes the specified related component + * + * @return Doctrine_Record this object */ public function refreshRelated($name = null) {