1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

Fix misleading docblocs

This commit is contained in:
Barney Laurance 2019-05-11 18:56:55 +01:00 committed by Matthew Brown
parent c35d21580f
commit ade7815f0c
2 changed files with 2 additions and 2 deletions

View File

@ -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
*/

View File

@ -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
*/