diff --git a/src/Types/AbstractList.php b/src/Types/AbstractList.php index b674862..ee8ace8 100644 --- a/src/Types/AbstractList.php +++ b/src/Types/AbstractList.php @@ -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 {