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 34b6bdc

Browse filesBrowse files
committed
minor symfony#25881 [VarDumper] Fix docblock (chalasr)
This PR was merged into the 2.7 branch. Discussion ---------- [VarDumper] Fix docblock | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | n/a Commits ------- 36cd267 [VarDumper] Fix docblock
2 parents fb7be04 + 36cd267 commit 34b6bdc
Copy full SHA for 34b6bdc

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+2
-2
lines changed

‎src/Symfony/Component/VarDumper/Dumper/AbstractDumper.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/VarDumper/Dumper/AbstractDumper.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ public function setCharset($charset)
114114
/**
115115
* Sets the indentation pad string.
116116
*
117-
* @param string $pad A string the will be prepended to dumped lines, repeated by nesting level
117+
* @param string $pad A string that will be prepended to dumped lines, repeated by nesting level
118118
*
119-
* @return string The indent pad
119+
* @return string The previous indent pad
120120
*/
121121
public function setIndentPad($pad)
122122
{

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.