Skip to content

Commit

Permalink
[TASK] Make minute change to ViewHelper docs
Browse files Browse the repository at this point in the history
  • Loading branch information
NamelessCoder committed Jul 13, 2024
1 parent 4aa532d commit 6443e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/ViewHelpers/FieldViewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function initializeArguments(): void
'transform',
'string',
'Set this to transform your value to this type - integer, array (for csv values), float, DateTime, ' .
'Vendor\\MyExt\\Domain\\Model\\Object or ObjectStorage with type hint. '
'Vendor\\MyExt\\Domain\\Model\\Object or ObjectStorage with type hint.'
);
$this->registerArgument(
'onChange',
Expand Down

0 comments on commit 6443e1f

Please sign in to comment.