friendica/src/Module/Api/Twitter/Lists
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
..
Create.php Unify request value handling 2022-01-16 14:04:20 +00:00
Destroy.php Unify request value handling 2022-01-16 14:04:20 +00:00
Lists.php API: The legacy API finally moved 2022-01-15 21:38:19 +00:00
Ownership.php Private forums are now working via ActivityPub 2022-02-12 18:38:36 +00:00
Statuses.php Rewrite: 2022-10-15 00:44:06 +02:00
Update.php Unify request value handling 2022-01-16 14:04:20 +00:00