Skip to content

Commit 0742cb3

Browse files
committed
Rename property.parentPropertyFinalByPhpDoc and make it ignorable
1 parent c674ef3 commit 0742cb3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Rules/Properties/OverridingPropertyRule.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,7 @@ public function processNode(Node $node, Scope $scope): array
152152
$node->getName(),
153153
$prototype->getDeclaringClass()->getDisplayName(),
154154
$node->getName(),
155-
))->identifier('property.parentPropertyAnnotatedFinal')
156-
->nonIgnorable()
155+
))->identifier('property.parentPropertyFinalByPhpDoc')
157156
->build();
158157
}
159158

0 commit comments

Comments
 (0)