From 3bb0bda880e7dd2bf47ef68fa8b48cd1799fc407 Mon Sep 17 00:00:00 2001 From: Hank Grabowski Date: Sun, 19 Feb 2023 07:58:10 -0500 Subject: [PATCH] Remove documentation stating friendica extensions can be null since always set --- src/Object/Api/Mastodon/Status.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.39.5