We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb7be04 commit 36cd267Copy full SHA for 36cd267
src/Symfony/Component/VarDumper/Dumper/AbstractDumper.php
@@ -114,9 +114,9 @@ public function setCharset($charset)
114
/**
115
* Sets the indentation pad string.
116
*
117
- * @param string $pad A string the will be prepended to dumped lines, repeated by nesting level
+ * @param string $pad A string that will be prepended to dumped lines, repeated by nesting level
118
119
- * @return string The indent pad
+ * @return string The previous indent pad
120
*/
121
public function setIndentPad($pad)
122
{
0 commit comments