Skip to content

Commit

Permalink
[NodeTypeResolver] Clean up set attribute scope on Property
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Sep 19, 2024
1 parent 886efb0 commit 3f4ca70
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -455,12 +455,6 @@ private function processProperty(Property $property, MutatingScope $mutatingScop
$propertyProperty->default->setAttribute(AttributeKey::SCOPE, $mutatingScope);
}
}

foreach ($property->attrGroups as $attrGroup) {
foreach ($attrGroup->attrs as $attribute) {
$attribute->setAttribute(AttributeKey::SCOPE, $mutatingScope);
}
}
}

private function processBinaryOp(BinaryOp $binaryOp, MutatingScope $mutatingScope): void
Expand Down

0 comments on commit 3f4ca70

Please sign in to comment.