You are here

protected property Dumper::$indentation in Currency 7.2

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

Type: int

File

currency/vendor/symfony/yaml/Dumper.php, line 26

Class

Dumper
Dumper dumps PHP variables to YAML strings.

Namespace

Symfony\Component\Yaml

Code

protected $indentation = 4;