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

Merge pull request #9048 from kukulich/patch-3

Fix `ReflectionClass::getReflectionConstants()` stub
This commit is contained in:
orklah 2023-01-03 21:04:49 +01:00 committed by GitHub
commit 7cde3c33d2
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
*/