We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f369d00 commit 11226b7Copy full SHA for 11226b7
1 file changed
example.php
@@ -515,7 +515,7 @@ function handleIntersection(User&Loggable $entity): void
515
// ── Variable Go-To-Definition ───────────────────────────────────────────────
516
517
$typed = getUnknownValue();
518
-return $typed; // go-to-def on $typed jumps to its assignment above
+echo $typed; // go-to-def on $typed jumps to its assignment above
519
520
521
// ── @var Docblock Type Override ─────────────────────────────────────────────
0 commit comments