From 9e3897776b2f023bab17253539f1f3c3116d8d99 Mon Sep 17 00:00:00 2001 From: zghosts Date: Wed, 16 Oct 2019 08:40:47 +0200 Subject: [PATCH] fixes parametername in docblock (#142) --- src/Assert.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Assert.php b/src/Assert.php index 5997c2e9..0e4bb0e7 100644 --- a/src/Assert.php +++ b/src/Assert.php @@ -1614,7 +1614,7 @@ public static function keyNotExists($array, $key, $message = '') /** * Checks if a value is a valid array key (int or string). * - * @param mixed $key + * @param mixed $value * @param string $message * * @throws InvalidArgumentException