We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf43ef3 commit e5600f1Copy full SHA for e5600f1
src/Rules/PhpDoc/IncompatibleSelfOutTypeRule.php
@@ -66,7 +66,7 @@ public function processNode(Node $node, Scope $scope): array
66
'PHPDoc tag @phpstan-self-out for method %s::%s() contains unresolvable type.',
67
$classReflection->getDisplayName(),
68
$method->getName(),
69
- ))->identifier('parameter.unresolvableType')->build();
+ ))->identifier('selfOut.unresolvableType')->build();
70
}
71
72
$escapedTagName = SprintfHelper::escapeFormatString('@phpstan-self-out');
0 commit comments