$this->
dumpLine($cursor->depth
);
} } } } /**
* @return void
*/
public function enterHash(Cursor
$cursor, int
$type, string|int|null
$class, bool
$hasChild) { $this->colors ??=
$this->
supportsColors();
$this->
dumpKey($cursor);
$this->expandNextHash = false;
$attr =
$cursor->attr;
if ($this->collapseNextHash
) { $cursor->skipChildren = true;
$this->collapseNextHash =
$hasChild = false;
} $class =
$this->
utf8Encode($class);