From 6461acbb1bc70458cfe8e84f8aa6c96fd20d5ba2 Mon Sep 17 00:00:00 2001 From: Matthew Brown Date: Mon, 31 Oct 2016 11:54:55 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bf837b1f..677976c43 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ To ensure your custom `FileChecker` is used, you must update the Psalm `fileExte ### Property types vs Assignment typehints -You can use the `/** @var Type */ docblock to annotate both property declarations and to help Psalm understand variable assignment. +You can use the `/** @var Type */` docblock to annotate both property declarations and to help Psalm understand variable assignment. #### Property types