Searched refs:inSequence (Results 1 – 2 of 2) sorted by relevance
503 * @param bool $inSequence True if the enclosing data structure is a sequence509 private function getNextEmbedBlock(int $indentation = null, bool $inSequence = false): ?string argument560 …if ($inSequence && $oldLineIndentation === $newIndent && isset($data[0][0]) && '-' === $data[0][0]…
576 * @param bool $inSequence True if the enclosing data structure is a sequence580 private function getNextEmbedBlock(int $indentation = null, bool $inSequence = false): string argument 632 if ($inSequence && $oldLineIndentation === $newIndent && isset($data[0][0]) && '-' === $data[0][0]) {