1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

Add ReflectionUnionType stub

This commit is contained in:
Matt Brown 2020-11-08 14:22:21 -05:00 committed by Daniil Gentili
parent 88a075456d
commit 0b32cb93a7
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

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