friendica/mod
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
..
cal.php
display.php Rewrite: 2022-10-15 00:44:06 +02:00
editpost.php
events.php
fbrowser.php
follow.php
item.php Rewrite: 2022-10-15 00:44:06 +02:00
lostpass.php
match.php
message.php Rewrite: 2022-10-15 00:44:06 +02:00
msearch.php
notes.php Rewrite: 2022-10-15 00:44:06 +02:00
oexchange.php Rewrite: 2022-10-15 00:44:06 +02:00
ostatus_subscribe.php Rewrite: 2022-10-15 00:44:06 +02:00
photos.php Rewrite: 2022-10-15 00:44:06 +02:00
poco.php
pubsub.php
pubsubhubbub.php
redir.php
removeme.php
repair_ostatus.php
salmon.php
settings.php
share.php
suggest.php
tagger.php Rewrite: 2022-10-15 00:44:06 +02:00
tagrm.php
uimport.php
unfollow.php
update_contact.php
update_display.php
update_notes.php
wall_attach.php
wall_upload.php
wallmessage.php