value[0]; if ($this->value[-1] !== $quoteType) { throw new MissingClosingQuoteChar($this->value); } return StringValueType::from($this->value); } public function symbol(): string { return $this->value; } }