Skip to content

Commit edf0634

Browse files
phpstan-botclaude
authored andcommitted
Change error identifier to method.purity
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0b0d5b8 commit edf0634

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Rules/Methods/MethodSignatureRule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public function processNode(Node $node, Scope $scope): array
7373
$method->getName(),
7474
$parentMethodDeclaringClass->getDisplayName(),
7575
$parentMethod->getName(),
76-
))->identifier('method.impureOverridePure')->build();
76+
))->identifier('method.purity')->build();
7777
}
7878

7979
$parentVariants = $parentMethod->getVariants();

0 commit comments

Comments
 (0)