Changes:
- reformatted some array - added missing documentation - added type-hints - changed double-quotes to single
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user