Home
last modified time | relevance | path

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

/template/strap/vendor/symfony/yaml/
H A DParser.php828 …* @param string $chomping The chomping indicator that was used to begin this block scalar (+ or…
831 …private function parseBlockScalar(string $style, string $chomping = '', int $indentation = 0): str… argument
926 if ('' === $chomping) {
928 } elseif ('-' === $chomping) {