Home
last modified time | relevance | path

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

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