Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit e8408c9

Browse files
hxssmichalbundyra
authored andcommitted
recursively set indentations for child arrays
1 parent ecef1bc commit e8408c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Generator/ValueGenerator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ public function generate()
361361
}
362362

363363
$curValue = new self($curValue, $newType, self::OUTPUT_MULTIPLE_LINE, $this->getConstants());
364+
$curValue->setIndentation($this->indentation);
364365
}
365366
}
366367

0 commit comments

Comments
 (0)