[VarDumper] Fixed phpDoc

This commit is contained in:
enomotodev 2019-02-04 11:03:54 +09:00 committed by Nicolas Grekas
parent 5a7bff2f38
commit 506231f353

View File

@ -39,7 +39,7 @@ abstract class AbstractDumper implements DataDumperInterface, DumperInterface
/**
* @param callable|resource|string|null $output A line dumper callable, an opened stream or an output path, defaults to static::$defaultOutput
* @param string $charset The default character encoding to use for non-UTF8 strings
* @param string|null $charset The default character encoding to use for non-UTF8 strings
* @param int $flags A bit field of static::DUMP_* constants to fine tune dumps representation
*/
public function __construct($output = null, $charset = null, $flags = 0)