[VarDumper] Fix docblock

This commit is contained in:
Robin Chalas 2018-01-22 02:52:01 +01:00
parent fb7be04d83
commit 36cd267590

View File

@ -114,9 +114,9 @@ abstract class AbstractDumper implements DataDumperInterface, DumperInterface
/**
* Sets the indentation pad string.
*
* @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
*
* @return string The indent pad
* @return string The previous indent pad
*/
public function setIndentPad($pad)
{