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:
parent
c35d21580f
commit
ade7815f0c
@ -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
|
||||
*/
|
||||
|
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user