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 committed Sep 4, 2024
1 parent 8f1ee9e commit d09c821
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/ViewHelpers/Fluid.json

Large diffs are not rendered by default.

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 d09c821

Please sign in to comment.