Print the markdown header.
void
protected function printHeader() { $standard = $this->ruleset->name; echo "# {$standard} Coding Standard" . PHP_EOL; }