mirror of
https://github.com/friendica/friendica
synced 2024-11-18 09:43:40 +00:00
Remove documentation stating friendica extensions can be null since always set
This commit is contained in:
parent
f1dbf82e5b
commit
3bb0bda880
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue