mirror of
https://github.com/friendica/friendica
synced 2025-09-19 08:34:49 +02: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 |
||
---|---|---|
.. | ||
Activity | ||
ActivityPub | ||
Activity.php | ||
ActivityNamespace.php | ||
ActivityPub.php | ||
DFRN.php | ||
Diaspora.php | ||
Email.php | ||
Feed.php | ||
OStatus.php | ||
Relay.php | ||
Salmon.php |