Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 962b3ae

Browse filesBrowse files
committed
Merge branch '3.4' into 4.2
* 3.4: [Translation] Fixes typo in comment Reword VarDumper description
2 parents ecdfa80 + e2881d1 commit 962b3ae
Copy full SHA for 962b3ae

File tree

Expand file treeCollapse file tree

2 files changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-3
lines changed

‎src/Symfony/Component/Translation/Util/ArrayConverter.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/Util/ArrayConverter.php
+1-1Lines 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

Copy file name to clipboardExpand all lines: src/Symfony/Component/VarDumper/README.md
+2-2Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.