Skip to content

Commit 11226b7

Browse files
committed
Avoid early termination of example file
1 parent f369d00 commit 11226b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ function handleIntersection(User&Loggable $entity): void
515515
// ── Variable Go-To-Definition ───────────────────────────────────────────────
516516

517517
$typed = getUnknownValue();
518-
return $typed; // go-to-def on $typed jumps to its assignment above
518+
echo $typed; // go-to-def on $typed jumps to its assignment above
519519

520520

521521
// ── @var Docblock Type Override ─────────────────────────────────────────────

0 commit comments

Comments
 (0)