mirror of
https://github.com/friendica/friendica
synced 2025-01-09 04:04:43 +00:00
d4b25cb3ff
- rewrote: ```` $arr[]; $arr['foo'] = $foo; $arr['bar'] = $bar; ```` To: ```` $arr = [ 'foo' => $foo, 'bar' => $bar, ]; ```` - "imported" class name instead of referencing it everywhere - changed some double-quotes to single |
||
---|---|---|
.. | ||
Activity | ||
ActivityPub | ||
Diaspora | ||
HTTP | ||
Salmon/Format | ||
Activity.php | ||
ActivityNamespace.php | ||
ActivityPub.php | ||
Delivery.php | ||
DFRN.php | ||
Diaspora.php | ||
Email.php | ||
Feed.php | ||
OStatus.php | ||
Relay.php | ||
Salmon.php | ||
WebFingerUri.php |