1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-26 20:04:48 +01:00

Fix phpdoc for Param\Builer::$type

This commit is contained in:
Nikita Popov 2019-11-02 18:20:45 +01:00
parent b76bbc3c51
commit 5b1cd2e4f2

View File

@ -12,7 +12,7 @@ class Param implements PhpParser\Builder
protected $default = null;
/** @var string|Node\Name|Node\NullableType|null */
/** @var Node\Identifier|Node\Name|Node\NullableType|null */
protected $type = null;
protected $byRef = false;