1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

PHPDoc fixes and code optimization.

This commit is contained in:
Cameron
2021-12-03 14:58:33 -08:00
parent aff6daf590
commit 0d8f3e9086
73 changed files with 241 additions and 210 deletions

View File

@@ -1294,6 +1294,7 @@ function check_class($var, $userclass = null, $uid = 0)
/**
* @param $arg
* @param bool|mixed|string $ap
* @param mixed $path
* @return bool
*/
function getperms($arg, $ap = ADMINPERMS, $path = e_SELF)