From 8cd8747bc2b7869c3eb861f11a13086f25b3c4a5 Mon Sep 17 00:00:00 2001 From: ewinslow Date: Wed, 3 Nov 2010 04:28:24 +0000 Subject: Set return type of get_entity to ElggEntity git-svn-id: http://code.elgg.org/elgg/trunk@7220 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/entities.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine') diff --git a/engine/lib/entities.php b/engine/lib/entities.php index 4a971eb57..d497fe466 100644 --- a/engine/lib/entities.php +++ b/engine/lib/entities.php @@ -662,7 +662,7 @@ function entity_row_to_elggstar($row) { * * @param int $guid The GUID of the entity * - * @return object The correct Elgg or custom object based upon entity type and subtype + * @return ElggEntity The correct Elgg or custom object based upon entity type and subtype * @link http://docs.elgg.org/DataModel/Entities */ function get_entity($guid) { -- cgit v1.2.3