Skip to content

Commit

Permalink
Remove value types navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Nov 12, 2022
1 parent 86c0ec0 commit 56bc854
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/annotating_code/type_syntax/value_types.md
Expand Up @@ -2,13 +2,6 @@

Psalm also allows you to specify values in types.

_Click on the » next to each type to view detailed documentation and examples._

- [null »](#null)
- [true, false »](#true-false)
- [6, 7.0, "forty-two" and 'forty two' »](#some_string-4-314)
- [Foo\Bar::MY_SCALAR_CONST »](#regular-class-constants)

## null

This is the `null` value, destroyer of worlds. Use it sparingly. Psalm supports you writing `?Foo` to mean `null|Foo`.
Expand Down

0 comments on commit 56bc854

Please sign in to comment.