Skip to content

Commit

Permalink
handle doc indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Nov 19, 2024
1 parent 2d70ff9 commit 7b5243d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public function refactor(Node $node): ?Node
return null;
}

$node->setAttribute(AttributeKey::DOC_INDENTATION, '');
$node->setAttribute(AttributeKey::DOC_INDENTATION, '__REMOVED__');
$node->setAttribute(AttributeKey::ORIGINAL_NODE, null);

return $node;
Expand Down

0 comments on commit 7b5243d

Please sign in to comment.