Overrides BaseDumper::formatTemplate
protected function formatTemplate(Profile $profile, $prefix) : string { return \sprintf('%s└ <span style="background-color: %s">%s</span>', $prefix, self::$colors['template'], $profile->getTemplate()); }