Skip to content

Commit

Permalink
Merge branch '3.4' into 4.2
Browse files Browse the repository at this point in the history
* 3.4:
  [Translation] Fixes typo in comment
  Reword VarDumper description
  • Loading branch information
fabpot committed May 1, 2019
2 parents ecdfa80 + e2881d1 commit 962b3ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Symfony/Component/Translation/Util/ArrayConverter.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down
4 changes: 2 additions & 2 deletions src/Symfony/Component/VarDumper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ VarDumper Component
===================

The VarDumper component provides mechanisms for walking through any arbitrary
PHP variable. Built on top, it provides a better `dump()` function that you
can use instead of `var_dump`.
PHP variable. It provides a better `dump()` function that you can use instead
of `var_dump`.

Resources
---------
Expand Down

0 comments on commit 962b3ae

Please sign in to comment.