From 952479fbc056b6b4ee9388890da0073c1093c798 Mon Sep 17 00:00:00 2001 From: Matthew Brown Date: Tue, 30 Jan 2018 11:31:46 -0500 Subject: [PATCH] Add newline --- docs/supported_annotations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/supported_annotations.md b/docs/supported_annotations.md index 5407122c2..ab85eecd6 100644 --- a/docs/supported_annotations.md +++ b/docs/supported_annotations.md @@ -31,7 +31,7 @@ Psalm uses the following PHPDoc tags to understand your code: Used to specify what properties can be read on object that uses `__get` - [`@property-write`](https://docs.phpdoc.org/references/phpdoc/tags/property-write.html) Used to specify what properties can be written on object that uses `__set` -- [`@deprecated`](https://docs.phpdoc.org/references/phpdoc/tags/deprecated.html) +- [`@deprecated`](https://docs.phpdoc.org/references/phpdoc/tags/deprecated.html) Used to mark functions, methods, classes and interfaces as being deprecated ### Off-label usage of the `@var` tag