From 05f8aeaf8b08a58267adc6569a64bee38e915b31 Mon Sep 17 00:00:00 2001 From: ewinslow Date: Mon, 21 Mar 2011 20:10:10 +0000 Subject: 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 --- engine/lib/sessions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/lib/sessions.php') 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; -- cgit v1.2.3