From 56bc854d8e8cf79c67b90622f2062e071a004e49 Mon Sep 17 00:00:00 2001 From: Matthew Brown Date: Sat, 12 Nov 2022 14:58:36 -0500 Subject: [PATCH] Remove value types navigation --- docs/annotating_code/type_syntax/value_types.md | 7 ------- 1 file changed, 7 deletions(-) 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`.