1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

Fix ReflectionClass::getReflectionConstants() stub

This commit is contained in:
Jaroslav Hanslík 2023-01-03 18:20:08 +01:00 committed by GitHub
parent 7029e76f5e
commit 9ebefcef7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -140,7 +140,7 @@ class ReflectionClass implements Reflector {
/**
* @param int-mask-of<ReflectionClassConstant::IS_*>|null $filter
* @return array<non-empty-string, mixed>
* @return list<ReflectionClassConstant>
*
* @psalm-pure
*/