Searched refs:isStringUnIndentedCollectionItem (Results 1 – 1 of 1) sorted by relevance
611 $unindentedEmbedBlock = $this->isStringUnIndentedCollectionItem();640 $isItUnindentedCollection = $this->isStringUnIndentedCollectionItem();645 $isItUnindentedCollection = $this->isStringUnIndentedCollectionItem();651 …dentedCollection && !$this->isCurrentLineEmpty() && !$this->isStringUnIndentedCollectionItem() && …1052 …->getCurrentLineIndentation() === $currentIndentation && $this->isStringUnIndentedCollectionItem();1064 private function isStringUnIndentedCollectionItem(): bool function in Symfony\\Component\\Yaml\\Parser