1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-21 21:31:13 +01:00

Fix property type

This commit is contained in:
Matthew Brown 2016-11-04 20:48:20 -04:00
parent 60c8c5f099
commit b7c20e2a44

View File

@ -4,7 +4,7 @@ namespace Psalm\Type;
class Generic extends Atomic
{
/**
* @var array<Type\Union>
* @var array<Union>
*/
public $type_params;