- 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 |
||
|---|---|---|
| .. | ||
| config | ||
| content/text | ||
| crypto/rsa | ||
| curl | ||
| http | ||
| legacy | ||
| log | ||
| photo | ||
| storage | ||
| api.fixture.php | ||