summaryrefslogtreecommitdiff
path: root/app/Auth.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Auth.php')
-rw-r--r--app/Auth.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Auth.php b/app/Auth.php
index 45c43a9826..45f3afc791 100644
--- a/app/Auth.php
+++ b/app/Auth.php
@@ -123,7 +123,7 @@ class Auth {
* @param Tree $tree
* @param User|null $user
*
- * @return boolean
+ * @return integer
*/
public static function accessLevel(Tree $tree, User $user = null) {
if ($user === null) {