mirror of
https://github.com/friendica/friendica
synced 2024-12-25 02:40:16 +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 |
||
---|---|---|
.. | ||
Featured.php | ||
Followers.php | ||
Following.php | ||
Inbox.php | ||
Objects.php | ||
Outbox.php |