You are here

protected property Dumper::$indentation in Translation template extractor 6.3

Same name and namespace in other branches
  1. 7.3 vendor/Symfony/Component/Yaml/Dumper.php \Symfony\Component\Yaml\Dumper::indentation
  2. 7.2 vendor/Symfony/Component/Yaml/Dumper.php \Symfony\Component\Yaml\Dumper::indentation

The amount of spaces to use for indentation of nested nodes.

Type: integer

File

vendor/Symfony/Component/Yaml/Dumper.php, line 26

Class

Dumper
Dumper dumps PHP variables to YAML strings.

Namespace

Symfony\Component\Yaml

Code

protected $indentation = 4;