[Translation] Fixes typo in comment

This commit is contained in:
Jan Schädlich 2019-05-01 13:10:09 +02:00
parent 904163788a
commit e11985f001
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class ArrayConverter
{
/**
* Converts linear messages array to tree-like array.
* 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']].
*
* @param array $messages Linear messages array
*