Minor cleanup
This commit is contained in:
parent
a4e1aa55d1
commit
a76081fd18
1 changed files with 1 additions and 3 deletions
|
@ -307,9 +307,7 @@ abstract class Serializer {
|
||||||
$s .= self::serializeInnerNodes($node, $innerConfig);
|
$s .= self::serializeInnerNodes($node, $innerConfig);
|
||||||
|
|
||||||
if ($reformatWhitespace) {
|
if ($reformatWhitespace) {
|
||||||
if ($hasChildNodes) {
|
|
||||||
$indentionLevel--;
|
$indentionLevel--;
|
||||||
}
|
|
||||||
|
|
||||||
if (!$preformattedContent) {
|
if (!$preformattedContent) {
|
||||||
$modify = false;
|
$modify = false;
|
||||||
|
|
Loading…
Reference in a new issue