From 46cbe457e735e1fe7438ab0b2213184beda8a4c1 Mon Sep 17 00:00:00 2001 From: Woody Gilk Date: Tue, 19 Sep 2023 22:02:31 -0500 Subject: [PATCH] Correct parameter type for assoc() --- src/assoc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assoc.php b/src/assoc.php index fde75bc..1b2faac 100644 --- a/src/assoc.php +++ b/src/assoc.php @@ -12,7 +12,7 @@ * * @param iterable $coll collection to assoc the value * @param string $key the key the value will have - * @param string $value the value to assoc + * @param mixed $value the value to set * * @since 0.1 */