From c50ed087b18f7a229084339aa68072cfb8f4f504 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 31 Jul 2018 11:04:42 +0200 Subject: [PATCH] Update documentation.md --- standards/documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standards/documentation.md b/standards/documentation.md index bb3c393..f3753f2 100644 --- a/standards/documentation.md +++ b/standards/documentation.md @@ -144,5 +144,5 @@ Please also note the correct alignment of `@param` type, name and description In some cases it may be required to type hint a variable in this case the following format MUST be used. ```php -/** @var {variable_type} varName {optional_description} +/** @var variable_type varName {optional_description} ```