Skip to content

Commit 34b6bdc

Browse 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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines 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)