diff options
author | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-11-03 04:28:24 +0000 |
---|---|---|
committer | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-11-03 04:28:24 +0000 |
commit | 8cd8747bc2b7869c3eb861f11a13086f25b3c4a5 (patch) | |
tree | c956ad6f3f0b0e6ddf74e879fd7fb8f1e3f13c4e /engine | |
parent | cea7ae1901061b65a62127f525d4361a44438332 (diff) | |
download | elgg-8cd8747bc2b7869c3eb861f11a13086f25b3c4a5.tar.gz elgg-8cd8747bc2b7869c3eb861f11a13086f25b3c4a5.tar.bz2 |
Set return type of get_entity to ElggEntity
git-svn-id: http://code.elgg.org/elgg/trunk@7220 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine')
-rw-r--r-- | engine/lib/entities.php | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |