]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/OpenWebAuthToken.php
Replace reference to post plink by author base URL
[friendica.git] / src / Model / OpenWebAuthToken.php
index a91097599e3705ddfb4297aa384f1efa4c38d765..4186467c15ef299a3647d3dd7eda32e029ac9bf5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -58,7 +58,7 @@ class OpenWebAuthToken
         * @param int    $uid  The user ID.
         * @param string $token
         *
-        * @return string|boolean The meta enry or false if not found.
+        * @return string|boolean The meta entry or false if not found.
         * @throws \Exception
         */
        public static function getMeta(string $type, int $uid, string $token)