Skip to content

Commit 3e810bc

Browse files
authored
Update gettingStarted.md
1 parent 25dd5c3 commit 3e810bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gettingStarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ Sometimes there may be type annotations in libraries or project files that do no
462462
You may also see several non standard types in hovers.
463463

464464
* `unset` - the type given to variables that are undefined or `unset()`.
465-
* `exit` - the type returned from a function that does not terminate normally (eg `die()`) or that represents an impossibility.
465+
* `never` - the type returned from a function that does not terminate normally (eg `die()`) or that represents an impossibility (added in PHP 8.1).
466466

467467
### Framework Support
468468

0 commit comments

Comments
 (0)