From ade7815f0ccf068ed7655b7a1e52a59c08346a89 Mon Sep 17 00:00:00 2001 From: Barney Laurance Date: Sat, 11 May 2019 18:56:55 +0100 Subject: [PATCH] Fix misleading docblocs --- src/Psalm/Internal/Scanner/FunctionDocblockComment.php | 2 +- src/Psalm/Internal/Scanner/VarDocblockComment.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Psalm/Internal/Scanner/FunctionDocblockComment.php b/src/Psalm/Internal/Scanner/FunctionDocblockComment.php index 25edff054..64703e4dd 100644 --- a/src/Psalm/Internal/Scanner/FunctionDocblockComment.php +++ b/src/Psalm/Internal/Scanner/FunctionDocblockComment.php @@ -39,7 +39,7 @@ class FunctionDocblockComment public $deprecated = false; /** - * If set, the class is internal to the given namespace. + * If set, the function is internal to the given namespace. * * @var null|string */ diff --git a/src/Psalm/Internal/Scanner/VarDocblockComment.php b/src/Psalm/Internal/Scanner/VarDocblockComment.php index 0936e0851..44587c7f4 100644 --- a/src/Psalm/Internal/Scanner/VarDocblockComment.php +++ b/src/Psalm/Internal/Scanner/VarDocblockComment.php @@ -43,7 +43,7 @@ class VarDocblockComment public $internal = false; /** - * If set, the class is internal to the given namespace. + * If set, the property is internal to the given namespace. * * @var null|string */