10000 Merge branch '4.2' · symfony/symfony@58d03ea · GitHub
[go: up one dir, main page]

Skip to content

Commit 58d03ea

Browse files
committed
Merge branch '4.2'
* 4.2: [Translation] Fixes typo in comment Reword VarDumper description
2 parents 90326e6 + 962b3ae commit 58d03ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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
*

src/Symfony/Component/VarDumper/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ VarDumper Component
22
===================
33

44
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`.
77

88
Resources
99
---------

0 commit comments

Comments
 (0)
0