Browse Source

Minor cleanup

pretty-print
Dustin Wilson 3 years ago
parent
commit
a76081fd18
  1. 4
      lib/Parser/Serializer.php

4
lib/Parser/Serializer.php

@ -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…
Cancel
Save