private function isStringUnIndentedCollectionItem() : bool { return '-' === rtrim($this->currentLine) || str_starts_with($this->currentLine, '- '); }