1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

Add ReflectionUnionType stub

This commit is contained in:
Matt Brown 2020-11-08 14:22:21 -05:00
parent 317986c7a3
commit 114440cb81

View File

@ -65,3 +65,10 @@ class Attribute
{
}
}
class ReflectionUnionType extends ReflectionType {
/**
* @return non-empty-list<ReflectionType>
*/
public function getTypes() {}
}