Skip to content

Commit

Permalink
Merge pull request #174 from Prusias/patch-1
Browse files Browse the repository at this point in the history
Update inaccurate docblock in AbstractList
  • Loading branch information
jaapio authored Oct 14, 2022
2 parents b84eadb + 90d49b0 commit 48f445a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Types/AbstractList.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function getKeyType(): Type
}

/**
* Returns the value for the keys of this array.
* Returns the type for the values of this array.
*/
public function getValueType(): Type
{
Expand Down

0 comments on commit 48f445a

Please sign in to comment.