From 95e805ef4ebd679a292347f58b6ea927c7626ba7 Mon Sep 17 00:00:00 2001 From: Tyson Andre Date: Tue, 20 Mar 2018 08:27:48 -0700 Subject: [PATCH] Fix a typo in VarTag class comment --- .../Plugin/Core/Transformer/Behaviour/Tag/VarTag.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/phpDocumentor/Plugin/Core/Transformer/Behaviour/Tag/VarTag.php b/src/phpDocumentor/Plugin/Core/Transformer/Behaviour/Tag/VarTag.php index 87a7cc8b16..f0e4390774 100644 --- a/src/phpDocumentor/Plugin/Core/Transformer/Behaviour/Tag/VarTag.php +++ b/src/phpDocumentor/Plugin/Core/Transformer/Behaviour/Tag/VarTag.php @@ -12,7 +12,7 @@ namespace phpDocumentor\Plugin\Core\Transformer\Behaviour\Tag; /** - * Behaviour that adds support for the @method tag + * Behaviour that adds support for the @var tag */ class VarTag extends ParamTag {