protected property Dumper::$indentation in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/yaml/Dumper.php \Symfony\Component\Yaml\Dumper::indentation
The amount of spaces to use for indentation of nested nodes.
Type: int
File
- vendor/
symfony/ yaml/ Dumper.php, line 26
Class
- Dumper
- Dumper dumps PHP variables to YAML strings.
Namespace
Symfony\Component\YamlCode
protected $indentation = 4;