1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/12557] Fix doc block errors found by Sami

PHPBB3-12557
This commit is contained in:
n-aleha
2014-05-17 03:43:34 +03:00
parent c991b1d587
commit 19b9df7e63
6 changed files with 41 additions and 17 deletions

View File

@@ -208,9 +208,11 @@ class auth
/**
* Get forums with the specified permission setting
* if the option is prefixed with !, then the result becomes negated
*
* @param bool $clean set to true if only values needs to be returned which are set/unset
* @param string $opt The permission name to lookup. If it's prefixed with !, then the result becomes negated.
* @param bool $clean set to true if only values needs to be returned which are set/unset
*
* @return array Contains the forum ids with the specified permision set to true.
*/
function acl_getf($opt, $clean = false)
{