mirror of
https://github.com/friendica/friendica
synced 2025-02-25 22:38:14 +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 |
||
---|---|---|
.. | ||
Fetch.php | ||
Receive.php |