friendica/src/Object/Api
Roland Häder da66730e4f
Rewrite:
- 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
2022-10-15 00:44:06 +02:00
..
Friendica API: The legacy API finally moved 2022-01-15 21:38:19 +00:00
Mastodon Rewrite: 2022-10-15 00:44:06 +02:00
Twitter Rewrite: 2022-10-15 00:44:06 +02:00