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:
parent
60c8c5f099
commit
b7c20e2a44
@ -4,7 +4,7 @@ namespace Psalm\Type;
|
||||
class Generic extends Atomic
|
||||
{
|
||||
/**
|
||||
* @var array<Type\Union>
|
||||
* @var array<Union>
|
||||
*/
|
||||
public $type_params;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user