Skip to content

Commit

Permalink
Merge pull request #9048 from kukulich/patch-3
Browse files Browse the repository at this point in the history
Fix `ReflectionClass::getReflectionConstants()` stub
  • Loading branch information
orklah committed Jan 3, 2023
2 parents 885f537 + 9ebefce commit 7cde3c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/Reflection.phpstub
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 7cde3c3

Please sign in to comment.