> public static function getInstance(): this { return new static(); } public function getFileHeader(): ?Vector { // If you want a header on each generated file, insert it here. return null; } public function getSpacesPerIndentation(): int { return 2; } public function getMaxLineLength(): int { return 80; } public function getRootDir(): string { return __DIR__; } }