File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ class ArrayConverter
27
27
{
28
28
/**
29
29
* 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']].
31
31
*
32
32
* @param array $messages Linear messages array
33
33
*
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ VarDumper Component
2
2
===================
3
3
4
4
The VarDumper component provides mechanisms for walking through any arbitrary
5
- PHP variable. Built on top, it provides a better ` dump() ` function that you
6
- can use instead of ` var_dump ` .
5
+ PHP variable. It provides a better ` dump() ` function that you can use instead
6
+ of ` var_dump ` .
7
7
8
8
Resources
9
9
---------
You can’t perform that action at this time.
0 commit comments