Skip to content

Commit

Permalink
Merge pull request #9046 from kukulich/patch-1
Browse files Browse the repository at this point in the history
Fix `ReflectionClass::getTraitAliases()` stub
  • Loading branch information
orklah committed Jan 3, 2023
2 parents 7cde3c3 + 415ef8f commit 3560ef7
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 @@ -169,7 +169,7 @@ class ReflectionClass implements Reflector {
public function getTraits(): array {}

/**
* @return list<non-empty-string, non-empty-string>
* @return array<non-empty-string, non-empty-string>
*
* @psalm-pure
*/
Expand Down

0 comments on commit 3560ef7

Please sign in to comment.