From: ewinslow Date: Wed, 3 Nov 2010 04:44:52 +0000 (+0000) Subject: Refs #2050: Added missing docblock parameters X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=037148770b5bc8c8682d8c992f9fbf490d608a48;p=lorea%2Felgg.git Refs #2050: Added missing docblock parameters git-svn-id: http://code.elgg.org/elgg/trunk@7222 36083f99-b078-4883-b0ff-0f9b5a30f544 --- diff --git a/engine/lib/entities.php b/engine/lib/entities.php index 5a5643da4..376133fec 100644 --- a/engine/lib/entities.php +++ b/engine/lib/entities.php @@ -439,7 +439,8 @@ function update_entity($guid, $owner_guid, $access_id, $container_guid = null) { * * @param int $user_guid The user guid, or 0 for get_loggedin_userid() * @param int $container_guid The container, or 0 for the current page owner. - * @param string $entity_type The type of entities. Defauts to 'all' + * @param string $type The type of entity we're looking to write + * @param string $subtype The subtype of the entity we're looking to write * * @return bool * @link http://docs.elgg.org/DataModel/Containers