mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-08 19:04:27 +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 |
||
---|---|---|
.. | ||
Fetch.php | ||
Receive.php |