Home
last modified time | relevance | path

Searched refs:isCurrentLineLastLineInDocument (Results 1 – 1 of 1) sorted by relevance

/template/strap/vendor/symfony/yaml/
H A DParser.php888 } elseif (!$notEOF && !$this->isCurrentLineLastLineInDocument()) {
991 private function isCurrentLineLastLineInDocument(): bool function in Symfony\\Component\\Yaml\\Parser