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:
parent
88a075456d
commit
0b32cb93a7
@ -65,3 +65,10 @@ class Attribute
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
class ReflectionUnionType extends ReflectionType {
|
||||
/**
|
||||
* @return non-empty-list<ReflectionType>
|
||||
*/
|
||||
public function getTypes() {}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user