Searched refs:isCurrentLineEmpty (Results 1 – 1 of 1) sorted by relevance
137 while ($this->isCurrentLineEmpty()) {149 if ($this->isCurrentLineEmpty()) {389 if (!$this->isCurrentLineEmpty()) {410 if (!$this->isCurrentLineEmpty()) {596 if ($this->isCurrentLineEmpty() || $this->isCurrentLineComment()) {613 if (!$this->isCurrentLineEmpty() && 0 === $newIndent && !$unindentedEmbedBlock) {624 } elseif ($this->isCurrentLineEmpty() || $this->isCurrentLineComment()) {651 …if ($isItUnindentedCollection && !$this->isCurrentLineEmpty() && !$this->isStringUnIndentedCollect…949 } while (!$EOF && ($this->isCurrentLineEmpty() || $this->isCurrentLineComment()));967 private function isCurrentLineEmpty(): bool function in Symfony\\Component\\Yaml\\Parser[all …]