[VarDumper] Enhance docblock to tell about AbstractDumper::dumpLine(-1)

This commit is contained in:
Nicolas Grekas 2017-08-27 10:38:05 +02:00
parent c8966640bd
commit 0164038998
1 changed files with 2 additions and 1 deletions

View File

@ -160,7 +160,8 @@ abstract class AbstractDumper implements DataDumperInterface, DumperInterface
/**
* Dumps the current line.
*
* @param int $depth The recursive depth in the dumped structure for the line being dumped
* @param int $depth The recursive depth in the dumped structure for the line being dumped,
* or -1 to signal the end-of-dump to the line dumper callable
*/
protected function dumpLine($depth)
{