]> git.mxchange.org Git - friendica.git/commitdiff
Apply suggestions from code review
authorMichael Vogel <icarus@dabo.de>
Tue, 18 Oct 2022 05:57:59 +0000 (07:57 +0200)
committerGitHub <noreply@github.com>
Tue, 18 Oct 2022 05:57:59 +0000 (07:57 +0200)
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
boot.php

index d43ef8b0d464c603d0b38469f906edeabb426e98..36a0745d60cb4774d85752c53e2b68d25a12509f 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -54,6 +54,7 @@ define('GRAVITY_UNKNOWN',      9);
  * Returns the user id of locally logged in user or false.
  *
  * @return int|bool user id or false
+ * @deprecated since version 2022.12, use Core\Session::getLocalUser() instead
  */
 function local_user()
 {
@@ -64,6 +65,7 @@ function local_user()
  * Returns the public contact id of logged in user or false.
  *
  * @return int|bool public contact id or false
+ * @deprecated since version 2022.12, use Core\Session:: getPublicContact() instead
  */
 function public_contact()
 {
@@ -74,6 +76,7 @@ function public_contact()
  * Returns public contact id of authenticated site visitor or false
  *
  * @return int|bool visitor_id or false
+ * @deprecated since version 2022.12, use Core\Session:: getRemoteUser() instead
  */
 function remote_user()
 {