Skip to content

Commit cc480e4

Browse files
committed
minor symfony#31343 [Translation] Fixes typo in comment (jschaedl)
This PR was merged into the 3.4 branch. Discussion ---------- [Translation] Fixes typo in comment | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no <!-- don't forget to update src/**/CHANGELOG.md files --> | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | - <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | - <!-- required for new features --> <!-- Write a short README entry for your feature/bugfix here (replace this comment block.) This will help people understand your PR and can be used as a start of the Doc PR. Additionally: - Bug fixes must be submitted against the lowest branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too). - Features and deprecations must be submitted against the master branch. --> Commits ------- e11985f [Translation] Fixes typo in comment
2 parents 9041637 + e11985f commit cc480e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Translation/Util/ArrayConverter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class ArrayConverter
2727
{
2828
/**
2929
* Converts linear messages array to tree-like array.
30-
* For example this rray('foo.bar' => 'value') will be converted to ['foo' => ['bar' => 'value']].
30+
* For example this array('foo.bar' => 'value') will be converted to ['foo' => ['bar' => 'value']].
3131
*
3232
* @param array $messages Linear messages array
3333
*

0 commit comments

Comments
 (0)