diff --git a/docs/annotating_code/type_syntax/value_types.md b/docs/annotating_code/type_syntax/value_types.md index f1e833acfd0..274a72124fe 100644 --- a/docs/annotating_code/type_syntax/value_types.md +++ b/docs/annotating_code/type_syntax/value_types.md @@ -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`.