mirror of
https://github.com/danog/psalm.git
synced 2024-12-02 09:37:59 +01:00
Change ReflectionUnionType::getTypes() return type (#4903)
This commit is contained in:
parent
44c79daf1a
commit
8908877aa0
@ -68,7 +68,7 @@ class Attribute
|
|||||||
|
|
||||||
class ReflectionUnionType extends ReflectionType {
|
class ReflectionUnionType extends ReflectionType {
|
||||||
/**
|
/**
|
||||||
* @return non-empty-list<ReflectionType>
|
* @return non-empty-list<ReflectionNamedType>
|
||||||
*/
|
*/
|
||||||
public function getTypes() {}
|
public function getTypes() {}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user