Skip to content

Commit 2b2f64b

Browse files
authored
Update src/Rules/Properties/PropertiesInInterfaceRule.php
1 parent 7b7672a commit 2b2f64b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Rules/Properties/PropertiesInInterfaceRule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public function processNode(Node $node, Scope $scope): array
101101
return [
102102
RuleErrorBuilder::message('Property hook cannot be both abstract and final.')
103103
->nonIgnorable()
104-
->identifier('property.hookedAbstractFinal')
104+
->identifier('property.abstractFinalHook')
105105
->build(),
106106
];
107107
}

0 commit comments

Comments
 (0)