mirror of
https://github.com/friendica/friendica
synced 2025-04-25 17:50:11 +00:00
Changes:
- reformatted some array - added missing documentation - added type-hints - changed double-quotes to single
This commit is contained in:
parent
c6c936a80f
commit
b8353a6eb7
10 changed files with 106 additions and 84 deletions
|
@ -174,7 +174,7 @@ class PermissionTooltip extends \Friendica\BaseModule
|
|||
* @param int $uriId
|
||||
* @return string
|
||||
*/
|
||||
private function fetchReceivers(int $uriId):string
|
||||
private function fetchReceivers(int $uriId): string
|
||||
{
|
||||
$own_url = '';
|
||||
$uid = local_user();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue