Skip to content
Prev Previous commit
Rename property.parentPropertyFinalByPhpDoc and make it ignorable
  • Loading branch information
lpd-au committed May 14, 2025
commit 0742cb393e5a3043aaba79730f89bfa4e5cae437
3 changes: 1 addition & 2 deletions src/Rules/Properties/OverridingPropertyRule.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,7 @@ public function processNode(Node $node, Scope $scope): array
$node->getName(),
$prototype->getDeclaringClass()->getDisplayName(),
$node->getName(),
))->identifier('property.parentPropertyAnnotatedFinal')
->nonIgnorable()
))->identifier('property.parentPropertyFinalByPhpDoc')
->build();
}

Expand Down
Loading