mirror of
https://github.com/friendica/friendica
synced 2025-04-25 09:50:11 +00:00
Changes:
- added some type-hints - replaced most double-quotes (only Diaspora.php, later more) with single - added some documentation - normalized indenting in Diaspora.php (I hope I got all?)
This commit is contained in:
parent
51f43278d6
commit
adb4aea6ad
5 changed files with 604 additions and 565 deletions
|
@ -166,7 +166,7 @@ class Directory extends BaseModule
|
|||
'img_hover' => $contact['name'],
|
||||
'name' => $contact['name'],
|
||||
'details' => $details,
|
||||
'account_type' => (!empty($contact['contact-type']) ? Model\Contact::getAccountType($contact['contact-type']) : ''),
|
||||
'account_type' => Model\Contact::getAccountType($contact['contact-type'] ?? ''),
|
||||
'profile' => $profile,
|
||||
'location' => $location_e,
|
||||
'tags' => $contact['pub_keywords'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue