From: ewinslow Date: Mon, 21 Mar 2011 20:10:10 +0000 (+0000) Subject: No need to document NULL as possible return value here X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=05f8aeaf8b08a58267adc6569a64bee38e915b31;p=lorea%2Felgg.git No need to document NULL as possible return value here git-svn-id: http://code.elgg.org/elgg/trunk@8807 36083f99-b078-4883-b0ff-0f9b5a30f544 --- diff --git a/engine/lib/sessions.php b/engine/lib/sessions.php index 3a1648d3f..5d45cc73d 100644 --- a/engine/lib/sessions.php +++ b/engine/lib/sessions.php @@ -18,7 +18,7 @@ global $SESSION; * hook - 'session:get' 'user' to give plugin authors another * way to provide user details to the ACL system without touching the session. * - * @return ElggUser|NULL + * @return ElggUser */ function elgg_get_logged_in_user_entity() { global $SESSION;