Skip to content

Commit

Permalink
[TASK] Test RST syntax in VH argument descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
s2b authored Sep 4, 2024
1 parent 8f1ee9e commit ddff89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ViewHelpers/FirstViewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ final class FirstViewHelper extends AbstractViewHelper
{
public function initializeArguments(): void
{
$this->registerArgument('value', 'array', '');
$this->registerArgument('value', 'array', 'This is only a test: :ref:`width <t3tsref:imgresource-width>`');
}

public function render(): mixed
Expand Down

0 comments on commit ddff89e

Please sign in to comment.