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.
2 parents fb7be04 + 36cd267 commit 34b6bdcCopy full SHA for 34b6bdc
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