1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 11:13:59 +02:00

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

PHPBB3-12557
This commit is contained in:
n-aleha
2014-05-24 16:55:52 +03:00
parent 6ac8d17af6
commit 95ec9590df
3 changed files with 9 additions and 8 deletions

View File

@@ -209,10 +209,11 @@ class auth
/**
* Get forums with the specified permission setting
*
* @param string $opt The permission name to lookup. If it's prefixed with !, then the result becomes negated.
* @param string $opt The permission name to lookup. If prefixed with !, the result is 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.
* @return array Contains the forum ids with the specified permission set to true.
This is a nested array: array => forum_id => permission => true
*/
function acl_getf($opt, $clean = false)
{