Skip to content

Commit 9aed13d

Browse files
committed
Update PropertiesInInterfaceRule.php
1 parent 12271a3 commit 9aed13d

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
@@ -79,7 +79,7 @@ public function processNode(Node $node, Scope $scope): array
7979
return [
8080
RuleErrorBuilder::message('Property in interface cannot be explicitly abstract.')
8181
->nonIgnorable()
82-
->identifier('property.hookedStatic')
82+
->identifier('property.hookedAbstract')
8383
->build(),
8484
];
8585
}

0 commit comments

Comments
 (0)