8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9041637 commit e11985fCopy full SHA for e11985f
src/Symfony/Component/Translation/Util/ArrayConverter.php
@@ -27,7 +27,7 @@ class ArrayConverter
27
{
28
/**
29
* Converts linear messages array to tree-like array.
30
- * For example this rray('foo.bar' => 'value') will be converted to ['foo' => ['bar' => 'value']].
+ * For example this array('foo.bar' => 'value') will be converted to ['foo' => ['bar' => 'value']].
31
*
32
* @param array $messages Linear messages array
33
0 commit comments