Skip to content

Commit f60baef

Browse files
authored
Update src/Rules/Properties/PropertiesInInterfaceRule.php
1 parent 376d521 commit f60baef

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
@@ -70,7 +70,7 @@ public function processNode(Node $node, Scope $scope): array
7070
return [
7171
RuleErrorBuilder::message('Hooked properties cannot be static.')
7272
->nonIgnorable()
73-
->identifier('property.hookedStaticInInterface')
73+
->identifier('property.hookedStatic')
7474
->build(),
7575
];
7676
}

0 commit comments

Comments
 (0)