From 77b828d67abb4ba60f5fe92789784fa4940e2546 Mon Sep 17 00:00:00 2001 From: Roly Rudy Gutierrez Pinto Date: Fri, 29 Sep 2017 09:12:54 -0400 Subject: [PATCH] HOR-3926 --- gulliver/system/class.rbac.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gulliver/system/class.rbac.php b/gulliver/system/class.rbac.php index 93687574b..13be2742d 100644 --- a/gulliver/system/class.rbac.php +++ b/gulliver/system/class.rbac.php @@ -1771,8 +1771,8 @@ class RBAC * Returns true in case the parameter corresponds to the invited user, * otherwise it returns false. * - * @param boolean $usrUid - * @return void + * @param string $usrUid + * @return boolean */ public static function isGuestUserUid($usrUid) {