[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

View File

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