mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +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 {
|
||||
/**
|
||||
* @return non-empty-list<ReflectionType>
|
||||
* @return non-empty-list<ReflectionNamedType>
|
||||
*/
|
||||
public function getTypes() {}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user