/** * @param string $title * @param string $message */ protected function debugSection($title, $message) { parent::debugSection($this->prettyName . ' ' . $title, $message); }