friendica/src/Module/Api/Mastodon/Timelines
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
..
Direct.php Merge pull request #11129 from urbalazs/copyright-2022 2022-01-02 09:45:35 +01:00
Home.php Rewrite: 2022-10-15 00:44:06 +02:00
ListTimeline.php Rewrite: 2022-10-15 00:44:06 +02:00
PublicTimeline.php Rewrite: 2022-10-15 00:44:06 +02:00
Tag.php Rewrite: 2022-10-15 00:44:06 +02:00