Skip to content

Commit

Permalink
Fix identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Aug 25, 2024
1 parent bf43ef3 commit e5600f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rules/PhpDoc/IncompatibleSelfOutTypeRule.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public function processNode(Node $node, Scope $scope): array
'PHPDoc tag @phpstan-self-out for method %s::%s() contains unresolvable type.',
$classReflection->getDisplayName(),
$method->getName(),
))->identifier('parameter.unresolvableType')->build();
))->identifier('selfOut.unresolvableType')->build();
}

$escapedTagName = SprintfHelper::escapeFormatString('@phpstan-self-out');
Expand Down

0 comments on commit e5600f1

Please sign in to comment.