mirror of
https://github.com/friendica/friendica
synced 2025-03-26 09:21:27 +00:00
- 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 |
||
---|---|---|
.. | ||
Destroy.php | ||
HomeTimeline.php | ||
Mentions.php | ||
NetworkPublicTimeline.php | ||
PublicTimeline.php | ||
Retweet.php | ||
Show.php | ||
Update.php | ||
UserTimeline.php |