friendica/src/Factory/Api/Twitter
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
..
Attachment.php Changes: 2022-08-12 13:36:34 +02:00
DirectMessage.php Fix all license header & be less aggressive 2022-01-07 00:35:28 +01:00
Hashtag.php Changes: 2022-08-12 13:36:34 +02:00
Media.php Changes: 2022-08-12 13:36:34 +02:00
Mention.php Update copyright 2022-01-02 08:27:47 +01:00
Status.php Rewrite: 2022-10-15 00:44:06 +02:00
Url.php Update copyright 2022-01-02 08:27:47 +01:00
User.php Rewrite: 2022-10-15 00:44:06 +02:00