Home
last modified time | relevance | path

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

/template/strap/vendor/symfony/yaml/
H A DParser.php317 if (!$this->isNextLineIndented() && !$this->isNextLineUnIndentedCollection()) {
1035 private function isNextLineUnIndentedCollection(): bool function in Symfony\\Component\\Yaml\\Parser