mirror of
https://github.com/friendica/friendica
synced 2025-02-01 07:39:47 +00:00
da66730e4f
- moved constants GRAVITY_* from boot.php to Friendica\Model\Item - also rewrote some array initialization: From: ```` <?php $arr = []; $arr['foo'] = "FOO"; ```` To: ```` <?php $arr['foo'] = "FOO"; ```` - added a few type-hints |
||
---|---|---|
.. | ||
Status | ||
Account.php | ||
Activity.php | ||
Application.php | ||
Attachment.php | ||
Card.php | ||
Conversation.php | ||
Emoji.php | ||
Error.php | ||
Field.php | ||
FollowRequest.php | ||
Instance.php | ||
ListEntity.php | ||
Mention.php | ||
Notification.php | ||
Poll.php | ||
Preferences.php | ||
Relationship.php | ||
ScheduledStatus.php | ||
Stats.php | ||
Status.php | ||
Subscription.php | ||
Tag.php | ||
Token.php |