We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25dd5c3 commit 3e810bcCopy full SHA for 3e810bc
gettingStarted.md
@@ -462,7 +462,7 @@ Sometimes there may be type annotations in libraries or project files that do no
462
You may also see several non standard types in hovers.
463
464
* `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.
+* `never` - the type returned from a function that does not terminate normally (eg `die()`) or that represents an impossibility (added in PHP 8.1).
466
467
### Framework Support
468
0 commit comments