From 23fd78e5c891feefdc8b9d7e8e726101dd5cdcb7 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Fri, 17 Jan 2025 14:45:54 +0900 Subject: [PATCH] ACL Login depricate edit access id check --- src/ACL/Login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ACL/Login.php b/src/ACL/Login.php index fbf5870..3eff991 100644 --- a/src/ACL/Login.php +++ b/src/ACL/Login.php @@ -3217,7 +3217,7 @@ HTML; * @return int|null same edit access id if ok * or the default edit access id * if given one is not valid - * @deprecated Please switch to using edit access cuid check with ->loginCheckEditAccessValidCuid() + * @#deprecated Please switch to using edit access cuid check with ->loginCheckEditAccessValidCuid() */ public function loginCheckEditAccessId(?int $edit_access_id): ?int {