Home
last modified time | relevance | path

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

/template/strap/vendor/symfony/yaml/
H A DParser.php576 * @param bool $inSequence True if the enclosing data structure is a sequence
580 private function getNextEmbedBlock(int $indentation = null, bool $inSequence = false): string argument
632 …if ($inSequence && $oldLineIndentation === $newIndent && isset($data[0][0]) && '-' === $data[0][0]…