Searched refs:getLineTag (Results 1 – 1 of 1) sorted by relevance
144 …if (null !== ($tag = $this->getLineTag($this->currentLine, $flags, false)) && !$this->moveToNextLi…189 … } elseif (null !== $subTag = $this->getLineTag(ltrim($values['value'], ' '), $flags)) {314 …] || 0 === strpos($values['value'], '#') || (null !== $subTag = $this->getLineTag($values['value']…1126 private function getLineTag(string $value, int $flags, bool $nextLineCheck = true): ?string function in Symfony\\Component\\Yaml\\Parser