friendica/src/Factory/Api/Mastodon
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
..
Account.php Fixed: 2022-07-05 18:53:51 +02:00
Application.php Changes: 2022-08-12 13:36:34 +02:00
Attachment.php Update copyright 2022-01-02 08:27:47 +01:00
Card.php Update copyright 2022-01-02 08:27:47 +01:00
Conversation.php Changes: 2022-08-12 13:13:54 +02:00
Emoji.php Changes: 2022-08-12 13:36:34 +02:00
Error.php Use Args::getMethod() at various places 2022-01-04 20:59:26 +01:00
Field.php Changes: 2022-08-12 13:36:34 +02:00
FollowRequest.php Update copyright 2022-01-02 08:27:47 +01:00
ListEntity.php Update copyright 2022-01-02 08:27:47 +01:00
Mention.php Update copyright 2022-01-02 08:27:47 +01:00
Notification.php Changes: 2022-08-12 13:36:34 +02:00
Poll.php Changes: 2022-08-12 13:36:34 +02:00
Relationship.php Changes: 2022-08-12 13:36:34 +02:00
ScheduledStatus.php Rewrite: 2022-10-15 00:44:06 +02:00
Status.php Rewrite: 2022-10-15 00:44:06 +02:00
Subscription.php Update copyright 2022-01-02 08:27:47 +01:00
Tag.php Changes: 2022-08-12 13:36:34 +02:00