From: Michael Date: Fri, 18 Jun 2021 05:50:52 +0000 (+0000) Subject: Classname fixed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=09609c40a404a088bb736622e9b7757c55155f70;p=friendica.git Classname fixed --- diff --git a/src/Object/Api/Mastodon/Token.php b/src/Object/Api/Mastodon/Token.php index c6ba4076ed..e69d6ca6ea 100644 --- a/src/Object/Api/Mastodon/Token.php +++ b/src/Object/Api/Mastodon/Token.php @@ -24,9 +24,9 @@ namespace Friendica\Object\Api\Mastodon; use Friendica\BaseDataTransferObject; /** - * Class Error + * Class Token * - * @see https://docs.joinmastodon.org/entities/error + * @see https://docs.joinmastodon.org/entities/token/ */ class Token extends BaseDataTransferObject {