Skip to content

Commit

Permalink
[!!!][BUGFIX] Drop unused argument in gravatar viewhelper
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed May 12, 2023
1 parent beb2b89 commit e1ebf49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Classes/ViewHelpers/GravatarViewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ public function initializeArguments(): void
$this->registerTagAttribute('alt', 'string', 'Alternative Text for the image');
$this->registerArgument('email', 'string', 'The email address to resolve the gravatar for', true);
$this->registerArgument('size', 'int', 'The size of the gravatar, ranging from 1 to 512', false, 65);
$this->registerArgument('default', 'string', 'The default image for the gravatar, use complete url or one of the default keys');
}

public function render(): string
Expand Down

0 comments on commit e1ebf49

Please sign in to comment.