1
0
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:
Benjamin Morel 2020-12-29 12:40:19 +01:00 committed by Daniil Gentili
parent 44c79daf1a
commit 8908877aa0
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -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() {}
} }