Searched defs:indentation (Results 1 – 3 of 3) sorted by relevance
30 protected $indentation; variable in Symfony\\Component\\Yaml\\Dumper32 public function __construct(int $indentation = 4)
580 private function getNextEmbedBlock(int $indentation = null, bool $inSequence = false): string831 …private function parseBlockScalar(string $style, string $chomping = '', int $indentation = 0): str…
26 private $indentation; variable in Twig\\Compiler65 public function compile(Node $node, $indentation = 0)