mirror of
https://github.com/friendica/friendica
synced 2025-03-24 06:04:02 +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 |
||
---|---|---|
.. | ||
Account | ||
Blocks | ||
DirectMessages | ||
Favorites | ||
Followers | ||
Friends | ||
Friendships | ||
Lists | ||
Media | ||
Search | ||
Statuses | ||
Users | ||
ContactEndpoint.php | ||
DirectMessagesEndpoint.php | ||
Favorites.php | ||
SavedSearches.php |