Skip to content

Commit

Permalink
docblock tweaks
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Hamilton <[email protected]>
  • Loading branch information
TotalWipeOut committed May 17, 2024
1 parent 1c50b03 commit de5e914
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/View/Helper/TranslatePluralWithParams.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Laminas\I18n\Translator\TranslatorWithParamsInterface;

/**
* View helper for translating messages.
* View helper for translating messages with placeholders.
*/
class TranslatePluralWithParams extends AbstractTranslatorHelper
{
Expand Down
2 changes: 1 addition & 1 deletion src/View/Helper/TranslateWithParams.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Laminas\I18n\Translator\TranslatorWithParamsInterface;

/**
* View helper for translating messages.
* View helper for translating messages with placeholders.
*/
class TranslateWithParams extends AbstractTranslatorHelper
{
Expand Down

0 comments on commit de5e914

Please sign in to comment.