From 171519fdf3ffe5a1ecde55073038f63c790ca36e Mon Sep 17 00:00:00 2001 From: Marco Date: Mon, 20 Apr 2020 21:32:43 +0200 Subject: [PATCH] Use 'see' tag to link 'Auth#id' to 'Auth#getUserId' --- src/Auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Auth.php b/src/Auth.php index ef45146..34d481d 100644 --- a/src/Auth.php +++ b/src/Auth.php @@ -1455,7 +1455,7 @@ final class Auth extends UserManager { } /** - * Shorthand/alias for `getUserId()` + * Shorthand/alias for {@see getUserId} * * @return int */