Skip to content

Commit dba3777

Browse files
committedMay 14, 2025
Review feedback
1 parent 17c56a2 commit dba3777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/Analyser/NodeScopeResolver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4381,7 +4381,7 @@ private function getThrowPointsFromPropertyHook(
43814381
if (!$propertyReflection->hasHook($hookName)) {
43824382
if (
43834383
$propertyReflection->isPrivate()
4384-
|| $propertyReflection->isFinalByKeyword()->yes()
4384+
|| $propertyReflection->isFinal()->yes()
43854385
|| $declaringClass->isFinal()
43864386
) {
43874387
return [];

0 commit comments

Comments
 (0)