Skip to content

Commit b93676f

Browse files
committed
Update UnsetRule.php
1 parent 4e25c3e commit b93676f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Rules/Variables/UnsetRule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ private function canBeUnset(Node $node, Scope $scope): ?IdentifierRuleError
131131
),
132132
)
133133
->line($node->getStartLine())
134-
->identifier('unset.maybeHookedProperty')
134+
->identifier('unset.possiblyHookedProperty')
135135
->build();
136136
}
137137
}

0 commit comments

Comments
 (0)