highlightNumbers; } public function strings(): bool { return $this->highlightStrings; } public function hasChar(): bool { return $this->hasCharType; } public function characters(): bool { return $this->hasCharType && $this->highlightCharacters; } public function comments(): bool { return $this->highlightComments; } }