From: Hank Grabowski Date: Sun, 19 Feb 2023 12:58:10 +0000 (-0500) Subject: Remove documentation stating friendica extensions can be null since always set X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3bb0bda880e7dd2bf47ef68fa8b48cd1799fc407;p=friendica.git Remove documentation stating friendica extensions can be null since always set --- diff --git a/src/Object/Api/Mastodon/Status.php b/src/Object/Api/Mastodon/Status.php index bcbe1deebc..51f0b1c396 100644 --- a/src/Object/Api/Mastodon/Status.php +++ b/src/Object/Api/Mastodon/Status.php @@ -96,8 +96,8 @@ class Status extends BaseDataTransferObject protected $card = null; /** @var Poll|null */ protected $poll = null; - /** @var FriendicaExtension|null */ - protected $friendica = null; + /** @var FriendicaExtension */ + protected $friendica; /** * Creates a status record from an item record.