Skip to content

Commit b2cd122

Browse files
committed
[DowngradePhp80] Enhance new line indentation on use statement usage
1 parent 44dd0d1 commit b2cd122

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rules/DowngradePhp80/Rector/Class_/DowngradeAttributeToAnnotationRector.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,6 @@ public function refactor(Node $node): ?Node
110110
$phpDocInfo = $this->phpDocInfoFactory->createFromNodeOrEmpty($node);
111111
$oldTokens = $this->file->getOldTokens();
112112

113-
$node->getAttribute(AttributeKey::SCOPE);
114-
115113
foreach ($node->attrGroups as $attrGroup) {
116114
foreach ($attrGroup->attrs as $key => $attribute) {
117115
if ($this->shouldSkipAttribute($attribute)) {

0 commit comments

Comments
 (0)