Skip to content

Commit 7b5243d

Browse files
committed
handle doc indentation
1 parent 2d70ff9 commit 7b5243d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/DowngradePhp73/Rector/String_/DowngradeFlexibleHeredocSyntaxRector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public function refactor(Node $node): ?Node
8080
return null;
8181
}
8282

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

8686
return $node;

0 commit comments

Comments
 (0)