Searched refs:isCurrentLineComment (Results 1 – 1 of 1) sorted by relevance
596 if ($this->isCurrentLineEmpty() || $this->isCurrentLineComment()) {624 } elseif ($this->isCurrentLineEmpty() || $this->isCurrentLineComment()) {641 $isItComment = $this->isCurrentLineComment();646 $isItComment = $this->isCurrentLineComment();663 } elseif ($this->isCurrentLineComment()) {949 } while (!$EOF && ($this->isCurrentLineEmpty() || $this->isCurrentLineComment()));969 return $this->isCurrentLineBlank() || $this->isCurrentLineComment();983 private function isCurrentLineComment(): bool function in Symfony\\Component\\Yaml\\Parser1046 } while (!$EOF && ($this->isCurrentLineEmpty() || $this->isCurrentLineComment()));