Remove unnecessary parent call in PermissionTooltip::rawContent

This commit is contained in:
Hypolite Petovan 2020-07-27 15:54:36 -04:00
parent 6749b2c887
commit 2497d36030
1 changed files with 0 additions and 2 deletions

View File

@ -16,8 +16,6 @@ class PermissionTooltip extends \Friendica\BaseModule
{
public static function rawContent(array $parameters = [])
{
parent::rawContent($parameters); // TODO: Change the autogenerated stub
$type = $parameters['type'];
$referenceId = $parameters['id'];