diff --git a/lib/PhpParser/Builder/Param.php b/lib/PhpParser/Builder/Param.php index 184813a..fd3118c 100644 --- a/lib/PhpParser/Builder/Param.php +++ b/lib/PhpParser/Builder/Param.php @@ -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;