From 90d49b06a2442c39443375cee93c53657284c27c Mon Sep 17 00:00:00 2001 From: Mike van der Velde Date: Mon, 3 Oct 2022 12:01:19 +0200 Subject: [PATCH] Update inaccurate docblock in AbstractList --- src/Types/AbstractList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {