Fixed PHPDoc typo

This commit is contained in:
Ondřej Mirtes 2020-09-02 11:37:35 +02:00 committed by Nikita Popov
parent 88e519766f
commit 4a40a84cf6

View File

@ -5,7 +5,7 @@ namespace PhpParser\Node;
use PhpParser\NodeAbstract;
/**
* @property Name $namespacedName Namespaced name (for class constants, if using NameResolver)
* @property Name $namespacedName Namespaced name (for global constants, if using NameResolver)
*/
class Const_ extends NodeAbstract
{