Skip to content

Commit 36cd267

Browse files
author
Robin Chalas
committed
[VarDumper] Fix docblock
1 parent fb7be04 commit 36cd267

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)