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