Skip to content

Commit

Permalink
use correct phpdoc @return tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
dom-mel committed Oct 22, 2011
1 parent 434f592 commit 5446f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/auth.php
Expand Up @@ -422,7 +422,7 @@ function auth_isadmin($user=null,$groups=null){
* @param $memberlist string commaseparated list of allowed users and groups
* @param $user string user to match against
* @param $groups array groups the user is member of
* @returns bool true for membership acknowledged
* @return bool true for membership acknowledged
*/
function auth_isMember($memberlist,$user,array $groups){
global $auth;
Expand Down

0 comments on commit 5446f3f

Please sign in to comment.