Skip to content

Commit 48f445a

Browse files
authored
Merge pull request #174 from Prusias/patch-1
Update inaccurate docblock in AbstractList
2 parents b84eadb + 90d49b0 commit 48f445a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Types/AbstractList.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function getKeyType(): Type
5454
}
5555

5656
/**
57-
* Returns the value for the keys of this array.
57+
* Returns the type for the values of this array.
5858
*/
5959
public function getValueType(): Type
6060
{

0 commit comments

Comments
 (0)