public function __construct(string $string) { $this->string = $this->normalizeLineEndings($string); }