Skip to content

Commit e5600f1

Browse files
committed
Fix identifier
1 parent bf43ef3 commit e5600f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Rules/PhpDoc/IncompatibleSelfOutTypeRule.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function processNode(Node $node, Scope $scope): array
6666
'PHPDoc tag @phpstan-self-out for method %s::%s() contains unresolvable type.',
6767
$classReflection->getDisplayName(),
6868
$method->getName(),
69-
))->identifier('parameter.unresolvableType')->build();
69+
))->identifier('selfOut.unresolvableType')->build();
7070
}
7171

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

0 commit comments

Comments
 (0)