]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Set return type of get_entity to ElggEntity
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>
Wed, 3 Nov 2010 04:28:24 +0000 (04:28 +0000)
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>
Wed, 3 Nov 2010 04:28:24 +0000 (04:28 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@7220 36083f99-b078-4883-b0ff-0f9b5a30f544

engine/lib/entities.php

index 4a971eb57dbfa98189987182ac1525f8c1f6f368..d497fe4669bab0524861a5c9a5afb92b3cd8a1d9 100644 (file)
@@ -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) {